mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-09 15:28:49 -06:00
Fix code style issues (#234)
This commit is contained in:
committed by
GitHub
parent
c5b59292e4
commit
094dfdd67d
@@ -2706,7 +2706,7 @@ func (impl *BusinessStoreImpl) RetrievePendingAsyncTasks(ctx context.Context, co
|
||||
return []*dbgen.GetPendingAsyncTasksRow{}, nil
|
||||
}
|
||||
|
||||
slog.ErrorContext(ctx, "Failed to retrieve async tasks", "before", before, "count", count, "attemps", maxProcessingAttempts, common.ErrAttr(err))
|
||||
slog.ErrorContext(ctx, "Failed to retrieve async tasks", "before", before, "count", count, "attempts", maxProcessingAttempts, common.ErrAttr(err))
|
||||
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user