We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaa4b4 commit 1c655a9Copy full SHA for 1c655a9
source/api/v1/database/InitDataSource.ts
@@ -14,7 +14,7 @@ export class DataSourceInitialiser {
14
private readonly database: string
15
) {}
16
17
- @withRetry
+ @withRetry()
18
public async initAndGetDataSource(): Promise<DataSource> {
19
const appDataSource = new DataSource({
20
type: "postgres",
0 commit comments