Let all tests pass 💚

This commit is contained in:
Robert Schäfer 2019-03-03 14:35:08 +01:00
parent fb2b407be0
commit 8d1eb6026a

View File

@ -37,7 +37,9 @@ const permissions = shield({
// TODO UpdatePost: isOwner,
// TODO DeletePost: isOwner,
report: isAuthenticated,
CreateBadge: isAdmin
CreateBadge: isAdmin,
UpdateBadge: isAdmin,
DeleteBadge: isAdmin
// addFruitToBasket: isAuthenticated
// CreateUser: allow,
},