Skip to content

Commit 8a54d1d

Browse files
committed
fix: rust warning
1 parent 12d07dc commit 8a54d1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src-tauri/src/task/pusher.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ pub async fn run(
5353
channel.0.id, channel.0.channel_code
5454
)))
5555
}
56-
drop(state);
5756
join_all(tasks).await;
5857
info!("Subscribed to pusher channels");
5958
}

0 commit comments

Comments
 (0)