Skip to content

Commit aabc1d4

Browse files
committed
bugfix: share update : remove rowPermissionBy null check
1 parent 84e3332 commit aabc1d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/datart/server/base/params/ShareUpdateParam.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public class ShareUpdateParam extends BaseUpdateParam {
3838
@NotNull
3939
private ShareAuthenticationMode authenticationMode;
4040

41-
@NotNull
4241
private ShareRowPermissionBy rowPermissionBy;
4342

4443
private Set<String> roles;

0 commit comments

Comments
 (0)