Skip to content

Commit a9f9bd8

Browse files
authored
chore: disable watchtime endpoint
1 parent 34f985f commit a9f9bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gql/resolvers/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { mutationType, queryType } from "../schema";
22
import { contentQuery, contentMutation } from "./content";
33
import { whitelistQuery, whitelistMutation } from "./whitelist";
4-
import watchtime from "./watchtime";
4+
// import watchtime from "./watchtime";
55
import getTwitchUser from "./getTwitchUser";
66

77
import me from "./me";
@@ -16,7 +16,7 @@ export const resolvers = {
1616
Query: {
1717
...contentQuery,
1818
...me,
19-
...watchtime,
19+
// ...watchtime,
2020
...getTwitchUser,
2121
...whitelistQuery,
2222
},

0 commit comments

Comments
 (0)