Skip to content

Commit d087837

Browse files
committed
fix: Cannot read property 'requestId' of null
Fixes #347
1 parent dafc41c commit d087837

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cubejs-query-orchestrator/orchestrator/QueryQueue.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ class QueryQueue {
248248
this.logger('Query cancelled in-flight', {
249249
queueSize,
250250
queryKey,
251-
queuePrefix: this.redisQueuePrefix,
252-
requestId: query.requestId
251+
queuePrefix: this.redisQueuePrefix
253252
});
254253
await redisClient.removeQuery(queryKey);
255254
}

0 commit comments

Comments
 (0)