Skip to content

Commit

Permalink
chore: disable watchtime endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy authored Sep 17, 2024
1 parent 34f985f commit a9f9bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gql/resolvers/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { mutationType, queryType } from "../schema";
import { contentQuery, contentMutation } from "./content";
import { whitelistQuery, whitelistMutation } from "./whitelist";
import watchtime from "./watchtime";
// import watchtime from "./watchtime";
import getTwitchUser from "./getTwitchUser";

import me from "./me";
Expand All @@ -16,7 +16,7 @@ export const resolvers = {
Query: {
...contentQuery,
...me,
...watchtime,
// ...watchtime,
...getTwitchUser,
...whitelistQuery,
},
Expand Down

0 comments on commit a9f9bd8

Please sign in to comment.