Skip to content

Commit 50cdd26

Browse files
committed
fix: overwrite Result<User> with User after torrent validation
1 parent 1bd830d commit 50cdd26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/announce.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ pub async fn announce(
317317
leecher_delta,
318318
times_completed_delta,
319319
is_visible,
320+
user,
320321
user_id,
321322
group,
322323
response,
@@ -644,6 +645,7 @@ pub async fn announce(
644645
leecher_delta,
645646
times_completed_delta,
646647
is_visible,
648+
user,
647649
user_id,
648650
group,
649651
response,

0 commit comments

Comments
 (0)