Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed May 5, 2024
1 parent c2dced9 commit 9d6a051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { schema, db, secret } from "./db";
import { and, eq, or } from "drizzle-orm";
import { GraphQLError } from "graphql";
import { ScopeGroup, Scope } from "./scopes";
import { access } from "fs";

const discordAuthorizeEndpoint = "https://discord.com/oauth2/authorize";
const discordTokenEndpoint = "https://discord.com/api/oauth2/token";
Expand Down

0 comments on commit 9d6a051

Please sign in to comment.