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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user