Skip to content

Commit

Permalink
feat(cb2-11778): additional lint change
Browse files Browse the repository at this point in the history
  • Loading branch information
LGin-BJSS committed May 23, 2024
1 parent e627aa3 commit 3b17fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infrastructure/databaseService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class DatabaseService implements DatabaseServiceInterface {
port: dbConnectionDetails.port,
database: process.env.SCHEMA_NAME,
multipleStatements: true,
charset: 'utf8mb4'
charset: 'utf8mb4',
});
}

Expand Down

0 comments on commit 3b17fb4

Please sign in to comment.