Skip to content

Commit 03b5ca7

Browse files
committed
delete some useless code.
1 parent aa6d1fa commit 03b5ca7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/edp/davinci/controller/DashboardController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public ResponseEntity getDashboardExcludeRoles(@PathVariable Long id,
135135
@MethodLog
136136
@GetMapping("/{id}/exclude/roles")
137137
public ResponseEntity getPortalExcludeRoles(@PathVariable Long id,
138-
@CurrentUser User user,
139138
HttpServletRequest request) {
140139
if (invalidId(id)) {
141140
ResultMap resultMap = new ResultMap(tokenUtils).failAndRefreshToken(request).message("Invalid id");

0 commit comments

Comments
 (0)