Skip to content

Commit 92a32c9

Browse files
6543delvh
andauthored
Update models/auth/oauth2.go
Co-authored-by: delvh <[email protected]>
1 parent 2cc9f82 commit 92a32c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/auth/oauth2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ func DeleteOAuth2RelictsByUserID(ctx context.Context, userID int64) error {
591591
&OAuth2Application{UID: userID},
592592
&OAuth2Grant{UserID: userID},
593593
); err != nil {
594-
return fmt.Errorf("deleteBeans: %v", err)
594+
return fmt.Errorf("DeleteBeans: %v", err)
595595
}
596596

597597
return nil

0 commit comments

Comments
 (0)