Skip to content

Commit

Permalink
chore: doc refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Feb 7, 2024
1 parent 511c74a commit 74b455c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/bank-statements/bank-statements.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class BankStatementsService {

/**
* TODO: refactor
*
*
* Service: previous-days
*/
public async getMePreviousDays(
Expand Down Expand Up @@ -243,7 +243,7 @@ export class BankStatementsService {

/**
* TODO: refactor
*
*
* Service: previous-days
*/
private async validateGetMePreviousDays(
Expand All @@ -268,7 +268,7 @@ export class BankStatementsService {

/**
* TODO: refactor
*
*
* Filter: previous-days
*/
private async buildPreviousDays(validArgs: {
Expand Down Expand Up @@ -337,7 +337,7 @@ export class BankStatementsService {

/**
* TODO: refactor
*
*
* Filter: previous-days
*/
private generateStatusCounts(
Expand Down
2 changes: 1 addition & 1 deletion src/ticket-revenues/ticket-revenues.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class TicketRevenuesService {

/**
* TODO: refactor
*
*
* Repository: query `ITicketRevenue[]` with pagination
*
* Used by:
Expand Down

0 comments on commit 74b455c

Please sign in to comment.