Skip to content

Commit

Permalink
style: some fix on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhilt committed Feb 4, 2025
1 parent b7fe3be commit 5f918bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/convenience/repository/input_raw_references_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ func (r *RawInputRefRepository) GetLatestInputRef(ctx context.Context) (*RawInpu
slog.Warn("No raw input references found")
return nil, nil
}
slog.Error("Failed to get latest raw input ref", "err", err)
return nil, err
slog.Error("Failed to get latest raw input ref", "err", err)
return nil, err
}

slog.Debug("Latest InputRef fetched",
Expand Down

0 comments on commit 5f918bd

Please sign in to comment.