diff --git a/functions.php b/functions.php index 2793603..6c9811f 100644 --- a/functions.php +++ b/functions.php @@ -80,7 +80,7 @@ function backfillUserLogs($user) { $url = $next; } while ($next !== null); - backfillRunningBalances($pdo, $user); + refetchRunningBalances($pdo, $user); } /** @@ -114,7 +114,7 @@ function syncUserLogs($user) { $url = $next; } while ($next !== null); - backfillRunningBalances($pdo, $user); + refetchRunningBalances($pdo, $user); } /**