Skip to content

Commit

Permalink
example: fix typo in prisma types (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafatalaat770 authored Dec 28, 2022
1 parent a785ab4 commit 5c880c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/adapters/contributed/prisma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Adapter, AdapterPayload } from "oidc-provider";
const prisma = new PrismaClient();

const types = [
"OidcModels",
"Session",
"AccessToken",
"AuthorizationCode",
"RefreshToken",
Expand Down

0 comments on commit 5c880c1

Please sign in to comment.