Skip to content

Commit 3798cea

Browse files
7noheDane Pilcher
andauthored
fix(api-graphql): use named PubSub export (#10344)
Co-authored-by: Dane Pilcher <dppilche@amazon.com>
1 parent 17648fe commit 3798cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-graphql/src/GraphQLAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
getAmplifyUserAgent,
2727
INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER,
2828
} from '@aws-amplify/core';
29-
import PubSub from '@aws-amplify/pubsub';
29+
import { PubSub } from '@aws-amplify/pubsub';
3030
import Auth from '@aws-amplify/auth';
3131
import Cache from '@aws-amplify/cache';
3232
import {

0 commit comments

Comments
 (0)