Skip to content

Commit 96f68bc

Browse files
committed
fix tsc type warn
1 parent 67a4b54 commit 96f68bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-druid-driver/src/DruidClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class DruidClient {
6464
});
6565

6666
if (cancelled) {
67-
await this.cancel(response.headers['x-druid-sql-query-id']);
67+
await this.cancel(response.headers['x-druid-sql-query-id'] || '');
6868

6969
throw new Error('Query cancelled');
7070
}

0 commit comments

Comments
 (0)