diff --git a/test-data-server/src/services/single-data.service.ts b/test-data-server/src/services/single-data.service.ts index 4392885..a0a7589 100644 --- a/test-data-server/src/services/single-data.service.ts +++ b/test-data-server/src/services/single-data.service.ts @@ -265,7 +265,6 @@ export class SingleData implements IDatabase { } async getScheduledPaymentsForAccount(customerId: string, accountId: string, query: any): Promise { - //let ret: any = {}; let allDataCollection: mongoDB.Collection = this.dsbData.collection(process.env.SINGLE_DATA_DOCUMENT as string); let customer = await this.getCustomer(allDataCollection, customerId);