Skip to content

Commit 1c655a9

Browse files
committed
hotfix
1 parent 5eaa4b4 commit 1c655a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/api/v1/database/InitDataSource.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class DataSourceInitialiser {
1414
private readonly database: string
1515
) {}
1616

17-
@withRetry
17+
@withRetry()
1818
public async initAndGetDataSource(): Promise<DataSource> {
1919
const appDataSource = new DataSource({
2020
type: "postgres",

0 commit comments

Comments
 (0)