Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hajek committed Mar 18, 2024
1 parent ce255d2 commit 61365b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/entity/repository/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func GetServiceByIdOrName(
projectId uuid.ProjectId,
serviceIdOrName string,
) (*entity.Service, error) {

service, err := GetServiceById(ctx, restApiClient, uuid.ServiceStackId(serviceIdOrName))
if err != nil {
if errorsx.Check(err,
Expand Down

0 comments on commit 61365b6

Please sign in to comment.