Skip to content

Commit

Permalink
fix: Cannot read property 'requestId' of null
Browse files Browse the repository at this point in the history
Fixes #347
  • Loading branch information
paveltiunov committed Jan 15, 2020
1 parent dafc41c commit d087837
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ class QueryQueue {
this.logger('Query cancelled in-flight', {
queueSize,
queryKey,
queuePrefix: this.redisQueuePrefix,
requestId: query.requestId
queuePrefix: this.redisQueuePrefix
});
await redisClient.removeQuery(queryKey);
}
Expand Down

0 comments on commit d087837

Please sign in to comment.