fix: enforce only one instance of the app
All checks were successful
FanslySync Build & Test / FanslySync Test Runner (push) Successful in 11m51s

This commit is contained in:
Sticks
2025-04-23 20:20:39 -04:00
parent f4565ab580
commit d4d9d2ebce
5 changed files with 28 additions and 2 deletions

View File

@ -404,7 +404,6 @@ impl Fansly {
"[sync::process] Got {} followers from API.",
response.response.len()
);
// Collect followers
for follower in response.response.clone() {