Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehille committed May 14, 2020
1 parent b567469 commit 4684e48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/apollo/resolvers/subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const { whoIs, validAuth } = require ('./common');
const getSubscriptionUrls = require('../../utils/subscriptions.js').getSubscriptionUrls;
const tagsStrToArr = require('../../utils/subscriptions.js').tagsStrToArr;
const { EVENTS, GraphqlPubSub, getStreamingTopic } = require('../subscription');
const { models } = require('../models');

const pubSub = GraphqlPubSub.getInstance();

Expand Down

0 comments on commit 4684e48

Please sign in to comment.