mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-11-01 09:12:32 +08:00
Fixing error that's reported.
This commit is contained in:
@@ -48,7 +48,7 @@ func (s *SecretServer) SecretExists(ctx context.Context, req *api.SecretExistsRe
|
||||
}
|
||||
return &api.SecretExistsResponse{
|
||||
Exists: secretExistsBool,
|
||||
}, userError.GRPCError()
|
||||
}, nil
|
||||
}
|
||||
|
||||
func (s *SecretServer) GetSecret(ctx context.Context, req *api.GetSecretRequest) (*api.Secret, error) {
|
||||
|
||||
Reference in New Issue
Block a user