Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit e3b9820

Browse files
committed
fix missing import
1 parent a9d5673 commit e3b9820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connectors/joke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createClient } from 'flashheart';
22
import logger from '../logger';
3-
import { JokeCategoryEnum } from '../graphql/types';
3+
import { JokeCategoryEnum } from '../graphql/_generated/types';
44

55
const http = createClient({ logger });
66

0 commit comments

Comments
 (0)