Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 29, 2023
1 parent 449350b commit 6e19f3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/files/misc/workflows/actions/http/http-patch.hl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Sanity checking invocation.
validators.mandatory:x:@.arguments/*/url
validators.url:x:@.arguments/*/url
validators.mandatory:x:@.arguments/*/payload/*
validators.mandatory:x:@.arguments/*/payload

// Checking if we've got a token.
if
Expand Down
2 changes: 1 addition & 1 deletion backend/files/misc/workflows/actions/http/http-post.hl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Sanity checking invocation.
validators.mandatory:x:@.arguments/*/url
validators.url:x:@.arguments/*/url
validators.mandatory:x:@.arguments/*/payload/*
validators.mandatory:x:@.arguments/*/payload

// Checking if we've got a token.
if
Expand Down
2 changes: 1 addition & 1 deletion backend/files/misc/workflows/actions/http/http-put.hl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Sanity checking invocation.
validators.mandatory:x:@.arguments/*/url
validators.url:x:@.arguments/*/url
validators.mandatory:x:@.arguments/*/payload/*
validators.mandatory:x:@.arguments/*/payload

// Checking if we've got a token.
if
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

// Sanity checking invocation.
validators.mandatory:x:@.arguments/*/channel
validators.mandatory:x:@.arguments/*/args/*
validators.mandatory:x:@.arguments/*/args

// Decorating invocation.
add:x:./*/sockets.signal/*/args
Expand Down

0 comments on commit 6e19f3d

Please sign in to comment.