From a12f2a93c623377087c055fae83d77b699b9c6cb Mon Sep 17 00:00:00 2001 From: btfhernandez <133419363+btfhernandez@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:15:35 -0500 Subject: [PATCH] feat: launch please release app (#140) --- api/authentication/authentication.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/authentication/authentication.go b/api/authentication/authentication.go index 398592d..9fb7ac8 100644 --- a/api/authentication/authentication.go +++ b/api/authentication/authentication.go @@ -80,7 +80,6 @@ func (authenticationObj *AuthenticationObj) GetPasswordSafeAuthentication() (ent if err != nil { return entities.SignApinResponse{}, err } - return signApinResponse, nil }