Skip to content
Snippets Groups Projects
Commit 4f1deb3c authored by Alena Petraki's avatar Alena Petraki :nail_care_tone1:
Browse files

Исправлены опечатки

parent 3accb6dd
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ func (m *loggingMiddleware) AggregatePublished(ctx context.Context, spaceId stri
result, err = m.next.AggregatePublished(ctx, spaceId, envId, collectionId, filter, options...)
if err != nil {
logger.Error("Failed to aggregate_published", zap.Error(err))
logger.Error("Failed to aggregate published", zap.Error(err))
return
}
......@@ -124,7 +124,7 @@ func (m *loggingMiddleware) FindArchived(ctx context.Context, spaceId string, en
items, total, err = m.next.FindArchived(ctx, spaceId, envId, collectionId, filter, options...)
if err != nil {
logger.Error("Failed to find_archived", zap.Error(err))
logger.Error("Failed to find archived", zap.Error(err))
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment