Skip to content

Commit eb96d9c

Browse files
committed
fix tsc type warn
1 parent bec754e commit eb96d9c

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)