Skip to content

Commit 01feb3d

Browse files
committed
removed project id
1 parent 450cb73 commit 01feb3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import { SubscriptionClient, addGraphQLSubscriptions } from 'subscriptions-trans
99
import { GC_AUTH_TOKEN } from './constants'
1010

1111
const networkInterface = createNetworkInterface({
12-
uri: 'https://api.graph.cool/simple/v1/cj5s6lcr2e1hz0160w8uapdgo'
12+
uri: 'https://api.graph.cool/simple/v1/__PROJECT_ID__'
1313
})
1414

15-
const wsClient = new SubscriptionClient('wss://subscriptions.graph.cool/v1/cj5s6lcr2e1hz0160w8uapdgo', {
15+
const wsClient = new SubscriptionClient('wss://subscriptions.graph.cool/v1/__PROJECT_ID__', {
1616
reconnect: true,
1717
connectionParams: {
1818
authToken: localStorage.getItem(GC_AUTH_TOKEN),

0 commit comments

Comments
 (0)