Skip to content

Commit 2025073

Browse files
committed
fix: move tracing log elsewhere
1 parent e0de13f commit 2025073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: chuckle-interactions/src/commands/breakout_rooms.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ pub async fn destroy(
146146
.update_guild_member(ctx.interaction.guild_id.unwrap(), state.user_id())
147147
.channel_id(Some(channel))
148148
.await;
149-
});
150149

151-
tracing::info!("successfully moved user: {:?}", res);
150+
tracing::info!("successfully moved user: {:?}", res);
151+
});
152152
}
153153

154154
// delete the voice channels

0 commit comments

Comments
 (0)