Skip to content

Commit

Permalink
Changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-schier committed Aug 20, 2024
1 parent 6921768 commit a26f156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-data-server/src/services/single-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ export class SingleData implements IDatabase {
}

async getScheduledPaymentsForAccount(customerId: string, accountId: string, query: any): Promise<BankingScheduledPaymentV2[]> {
//let ret: any = {};
let allDataCollection: mongoDB.Collection = this.dsbData.collection(process.env.SINGLE_DATA_DOCUMENT as string);

let customer = await this.getCustomer(allDataCollection, customerId);
Expand Down

0 comments on commit a26f156

Please sign in to comment.