Skip to content

Commit

Permalink
fix: no oauth scope
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklvh committed Nov 26, 2023
1 parent 21791c9 commit cb28ef2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/types/Augments.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ declare module '@skyra/env-utilities' {
CLIENT_ID: string;
CLIENT_SECRET: string;
OAUTH_REDIRECT: string;
OAUTH_SCOPE: ArrayString;
OAUTH_COOKIE: string;
API_PORT: NumberString;
API_ORIGIN: string;
Expand Down

0 comments on commit cb28ef2

Please sign in to comment.