We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@rust-timer
1 parent 5038515 commit 6a4ea7aCopy full SHA for 6a4ea7a
1 file changed
site/src/request_handlers/github.rs
@@ -69,7 +69,7 @@ async fn handle_issue(
69
}
70
71
72
- if comment.body.contains("@rust-timer ") {
+ if comment.body.contains("@rust-timer") {
73
return handle_rust_timer(ctxt, &gh_client, comment, issue).await;
74
75
0 commit comments