mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-05 22:17:40 +03:00
Format actions PR, changelog
This commit is contained in:
parent
e8569c6008
commit
b4a824aa38
3 changed files with 10 additions and 9 deletions
|
@ -186,8 +186,8 @@ func populateAction(newAction *action, section int, key, value string) error {
|
|||
newAction.Method = value
|
||||
case "body":
|
||||
newAction.Body = value
|
||||
case "intent":
|
||||
newAction.Intent = value
|
||||
case "intent":
|
||||
newAction.Intent = value
|
||||
default:
|
||||
return fmt.Errorf("key '%s' unknown", key)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue