UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m5s

This commit is contained in:
2026-04-23 16:16:59 +07:00
parent 98bf745f1b
commit 44a63f29c6
6 changed files with 12 additions and 11 deletions

View File

@@ -171,7 +171,6 @@ func (a *authService) Signin(ctx context.Context, dto *request.SignInDto) (*resp
}
func (a *authService) Logout(ctx context.Context, userId string) error {
pgID, err := convert.StringToUUID(userId)
if err != nil {