We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501c687 commit 548e306Copy full SHA for 548e306
src/gql/resolvers/watchtime.ts
@@ -12,6 +12,8 @@ const excludedBots = [
12
const excludedUsers = [
13
"43547909", //drapsnatt
14
"172254892", //d0nk7
15
+ "79343170", //tsaeb
16
+ "708701718", // 8roe
17
];
18
const watchtimeResolver: Resolvers["Query"] = {
19
watchtime: async (_, query) => {
0 commit comments