Skip to content

Commit 4961662

Browse files
committed
Fix another build error.
1 parent 7b87214 commit 4961662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/module-mysql/src/api/MySQLRouteAPIAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class MySQLRouteAPIAdapter implements api.RouteAPI {
221221

222222
const idColumns = idColumnsResult?.columns ?? [];
223223
const sourceTable = new storage.SourceTable({
224-
id: 0,
224+
id: '', // not used
225225
connectionTag: this.config.tag,
226226
objectId: tableName,
227227
schema: schema,

0 commit comments

Comments
 (0)