Skip to content

Commit

Permalink
fix(iodredis): change incompatible syntax with nodejs 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Nov 30, 2022
1 parent d110784 commit 37f64de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orm/ioredis/src/domain/IORedisStore.ts
Expand Up @@ -21,7 +21,7 @@ export class IORedisStore implements Store {
private storeArgs: any;

constructor(options?: IORedisStoreCtrOptions) {
options ||= {};
options = options || {};

this.redisCache =
options.redisInstance ||
Expand Down

0 comments on commit 37f64de

Please sign in to comment.