Skip to content

Commit

Permalink
PubSub enabling on amplify categories (aws-amplify#4505)
Browse files Browse the repository at this point in the history
  • Loading branch information
elorzafe authored and Amplifiyer committed Dec 3, 2019
1 parent 8e515ad commit 6a6f20b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/datastore/src/sync/processors/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { ConsoleLogger as Logger, Hub } from '@aws-amplify/core';
import Observable from 'zen-observable-ts';
import { InternalSchema, PersistentModel, SchemaModel } from '../../types';
import { buildGraphQLOperation, TransformerMutationType } from '../utils';
import '@aws-amplify/pubsub';

const logger = new Logger('DataStore');

Expand Down

0 comments on commit 6a6f20b

Please sign in to comment.