Skip to content

Commit

Permalink
(newapp) fix PublicData typo in types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Jan 27, 2021
1 parent 68488e5 commit 4ec37a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator/templates/app/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare module "blitz" {
}
export interface Session {
isAuthorized: typeof simpleRolesIsAuthorized
publicData: {
PublicData: {
userId: User["id"]
roles: string[]
}
Expand Down

0 comments on commit 4ec37a5

Please sign in to comment.