Skip to content

Commit a516fba

Browse files
authored
Revert "Use expression annotations in @restrict" (#347)
Reverts #328. Causes issues in native image build that need additional investigation.
1 parent ad8222a commit a516fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srv/review-service.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ service ReviewService {
1818
{
1919
grant : '*',
2020
to : 'authenticated-user',
21-
where : (createdBy=$user)
21+
where : 'createdBy=$user'
2222
},
2323
{
2424
grant : '*',

0 commit comments

Comments
 (0)