Skip to content

Commit 226eee2

Browse files
committed
Replaced sslMode type
1 parent 1ea9289 commit 226eee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wren-ui/src/apollo/server/repositories/projectRepository.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
snakeCase,
99
isEmpty,
1010
} from 'lodash';
11-
import { DataSourceName } from '@server/types';
11+
import { DataSourceName, SSLMode } from '@server/types';
1212

1313
export interface BIG_QUERY_CONNECTION_INFO {
1414
projectId: string;
@@ -30,7 +30,7 @@ export interface MYSQL_CONNECTION_INFO {
3030
user: string;
3131
password: string;
3232
database: string;
33-
sslMode: string;
33+
sslMode: SSLMode;
3434
sslCA?: string;
3535
}
3636

0 commit comments

Comments
 (0)