diff --git a/service/updateService.go b/service/updateService.go index cb2f099..fb91964 100644 --- a/service/updateService.go +++ b/service/updateService.go @@ -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