Invoke refetchRunningBalances after sync/backfill
This commit is contained in:
+2
-2
@@ -80,7 +80,7 @@ function backfillUserLogs($user) {
|
|||||||
$url = $next;
|
$url = $next;
|
||||||
} while ($next !== null);
|
} while ($next !== null);
|
||||||
|
|
||||||
backfillRunningBalances($pdo, $user);
|
refetchRunningBalances($pdo, $user);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -114,7 +114,7 @@ function syncUserLogs($user) {
|
|||||||
$url = $next;
|
$url = $next;
|
||||||
} while ($next !== null);
|
} while ($next !== null);
|
||||||
|
|
||||||
backfillRunningBalances($pdo, $user);
|
refetchRunningBalances($pdo, $user);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user