Skip to content

Commit

Permalink
refactor: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gary02 committed Jul 16, 2024
1 parent 0358fe6 commit 6714af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ feat(lambda): multiple lambda handlers in one repo
- [x] sync-ga4-data
- [x] archive-user
- [x] daily-summary-email
- [x] notification

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion lib/notification/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class NotificationService {

public constructor({ knexRO, knex }: { knexRO: Knex; knex: Knex }) {
this.knexRO = knexRO
this.knex = knex ?? knexRO
this.knex = knex
}

/**
Expand Down

0 comments on commit 6714af5

Please sign in to comment.