Skip to content

Commit

Permalink
extend permission on profile to have access if ID is known
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Jan 31, 2021
1 parent 9894a1d commit 05fce1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/Profile.ts
Expand Up @@ -58,7 +58,7 @@ export const Profile = new Entity({
],

permissions: {
read: readPermissions,
read: Permission.AUTHENTICATED,
find: readPermissions,
mutations: {
signup: Permission.EVERYONE,
Expand Down

0 comments on commit 05fce1a

Please sign in to comment.