Skip to content

Commit 3d69323

Browse files
committed
abort = cancel
1 parent e205627 commit 3d69323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/routes/webhooks/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ generate_parser!(pub enum Command {
128128
requirement: Option<String> = "requirement",
129129
})
130130

131-
"abort" => Abort(AbortArgs {
131+
"abort" | "cancel" => Abort(AbortArgs {
132132
name: Option<String> = "name",
133133
})
134134

0 commit comments

Comments
 (0)