reset progress count before each preview
notjuliet 1 year ago 79fc5ac7 f1fc773e
··· 228 228 await loginBsky(handle, password); 229 229 if (!agent) return; 230 230 setNotice(""); 231 231 + setProgress(0); 231 232 232 233 await fetchFollows(agent).then((follows) => 233 234 follows.forEach(async (record: any) => {