Skip to content

Commit 5f86237

Browse files
apirainoUrgau
andauthored
Update src/zulip.rs
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com>
1 parent a8e0c07 commit 5f86237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zulip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ async fn accept_decline_backport(
414414
let team_name = &zulip_stream
415415
.name
416416
.rsplit_once('/')
417-
.map_or(&zulip_stream.name, |s| s.0)
417+
.map_or(&*zulip_stream.name, |s| s.0)
418418
.strip_prefix("t-")
419419
.unwrap_or_default();
420420

0 commit comments

Comments
 (0)