Skip to content

Commit

Permalink
Update service/updateService.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Ove Tendenes <50194012+NilsOveTen@users.noreply.github.com>
  • Loading branch information
jeffreiffers and NilsOveTen authored Nov 15, 2023
1 parent 2f1932e commit 7355cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/updateService.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (service UpdateServiceImpl) GetUpdates(ctx context.Context, catalogId strin
}

if databaseUpdates == nil {
logrus.Error("No concept updates found")
logrus.Error("No updates found")
logging.LogAndPrintError(err)
pagination := model.Pagination{ TotalPages: 0, Page: page, Size: size }
return model.Updates{Updates: []model.Update{}, Pagination: pagination}, http.StatusOK
Expand Down

0 comments on commit 7355cb1

Please sign in to comment.