Complete migration to Prisma, all tests passing

This commit is contained in:
Jesse Wierzbinski 2023-11-11 20:39:59 -10:00
parent dc0ec47543
commit 3884763235
No known key found for this signature in database
GPG key ID: F9A1E418934E40B0
18 changed files with 74 additions and 39 deletions

View file

@ -43,6 +43,7 @@ export default async (req: Request): Promise<Response> => {
client_id,
secret: client_secret,
redirect_uris: redirect_uri,
scopes: scope?.replaceAll("+", " "),
},
scope: scope?.replaceAll("+", " "),
},