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 8214b7f commit 106fa4aCopy full SHA for 106fa4a
src/PgCache.ts
@@ -250,9 +250,7 @@ export function PgCache(options: PgCacheOptions): ClassDecorator {
250
class CachedService {
251
private taggedCache: TagCache;
252
private pgCacheChannels: PgCacheChannels;
253
- private pubSub: PgPubSub = new PgPubSub({
254
- connectionString: options.postgres,
255
- } as any);
+ private pubSub: PgPubSub;
256
257
public async start(...args: any[]): Promise<void> {
258
this.pubSub = new PgPubSub({
0 commit comments