Skip to content

Commit 584aa59

Browse files
remove curly bracket
1 parent 9ffe61c commit 584aa59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/cms-sys/internal/service/auth_service.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ func (s *Service) UpdateUserProfile(id uuid.UUID, req types.UserUpdateRequest) (
243243
}, nil
244244
}
245245

246-
}
247246
func (s *Service) Logout(accessToken, refreshToken string) error {
248247
if accessToken != "" {
249248
accessClaims, err := utils.ValidateToken(accessToken)

0 commit comments

Comments
 (0)