Skip to content

Commit

Permalink
adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Aug 8, 2022
1 parent 9b4780d commit 2de0f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/subscriptions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
map,
} from 'graphql-yoga'
import { createServer } from 'http'
import { Resolvers } from './generated/graphql.js'
import { Resolvers } from './generated/graphql'

const wait = (time: number) =>
new Promise((resolve) => setTimeout(resolve, time))
Expand Down

0 comments on commit 2de0f05

Please sign in to comment.