chore: updated filename to topicDefs

This commit is contained in:
ankitsridhar16
2023-01-23 11:49:41 +05:30
parent 480a34c0f7
commit cb1b13bdb4
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import { default as Redis, RedisOptions } from 'ioredis';
import { RedisPubSub } from 'graphql-redis-subscriptions';
import { PubSub as LocalPubSub } from 'graphql-subscriptions';
import { TopicDef } from './subscriptionTopicsDefs';
import { TopicDef } from './topicsDefs';
/**
* RedisPubSub uses JSON parsing for back and forth conversion, which loses Date objects, hence this reviver brings them back