Skip to content

Commit aca7330

Browse files
fix linter
1 parent d87c869 commit aca7330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-firebolt-driver/src/FireboltDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class FireboltDriver extends BaseDriver implements DriverInterface {
7878
} = {},
7979
) {
8080
// Set connection timeout to 2 minutes to allow the engine to start if it's stopped
81-
super({testConnectionTimeout: 120000, ...config});
81+
super({ testConnectionTimeout: 120000, ...config });
8282

8383
const dataSource =
8484
config.dataSource ||

0 commit comments

Comments
 (0)