We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f584ba3 commit 1480e86Copy full SHA for 1480e86
src/PgCache.ts
@@ -324,7 +324,7 @@ export function PgCache(options: PgCacheOptions): ClassDecorator {
324
325
this.pubSub.on('connect', async () => {
326
await install(
327
- Object.keys(this.pgCacheChannels),
+ Object.keys(pgChannels),
328
this.pubSub.pgClient,
329
triggerDef(options.triggerDefinition),
330
logger,
0 commit comments