Skip to content

Commit 6a4ea7a

Browse files
committed
Handle comment body with no space after @rust-timer
So that we can generate empty command error properly.
1 parent 5038515 commit 6a4ea7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/request_handlers/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async fn handle_issue(
6969
}
7070
}
7171

72-
if comment.body.contains("@rust-timer ") {
72+
if comment.body.contains("@rust-timer") {
7373
return handle_rust_timer(ctxt, &gh_client, comment, issue).await;
7474
}
7575

0 commit comments

Comments
 (0)