Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanja-tosic committed Sep 7, 2021
1 parent f2114b7 commit 46f216b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/port/adapter/test/TestAdapter.ts
Expand Up @@ -11,6 +11,7 @@ ConfigProvider.Instance.config = {
url: process.env.DB_HOST ?? vagrantDbHost,
name: process.env.DB_NAME ?? vagrantDbName,
},
conventions: {},
};

export default class TestAdapter {
Expand Down

0 comments on commit 46f216b

Please sign in to comment.