1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-08-02 11:31:27 +00:00

Fix ghost upload

This commit is contained in:
2024-09-26 01:41:54 -06:00
parent 009602ac4e
commit a448e47ecd
3 changed files with 441 additions and 366 deletions

View File

@@ -201,7 +201,7 @@ async fn main() {
.expect("JWT encoding failed");
// Prepare the post data
let mut entries = fetch_feed(feed).await;
let entries = fetch_feed(feed).await;
let post_exists_futures = entries.into_iter().map(|entry| {
let entry_clone = entry.clone(); // Clone entry if necessary (depends on your data structure)