We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b835131 commit 329aab7Copy full SHA for 329aab7
reconciler/reconciler.go
@@ -873,7 +873,7 @@ func (r *Reconciler) shouldAttemptInactiveReconciliation(
873
// from all previously seen accounts and reconciles
874
// the balance. This is useful for detecting balance
875
// changes that were not returned in operations.
876
-func (r *Reconciler) reconcileInactiveAccounts(
+func (r *Reconciler) reconcileInactiveAccounts( // nolint:gocognit
877
ctx context.Context,
878
) error {
879
for {
0 commit comments