Skip to content

Commit

Permalink
fix: fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrxyy committed Jan 14, 2024
1 parent d3246ac commit 0d86b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/Querys/index.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class QueriesService {
const { client, host, port, user, password, database }: any = get(
dbConfig,
'dataValues.config',
{},
);
db = await this.knex.create({
client: client,
Expand Down

0 comments on commit 0d86b65

Please sign in to comment.