chore: updated filename to topicDefs
This commit is contained in:
parent
480a34c0f7
commit
cb1b13bdb4
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue