Skip to content

Commit

Permalink
chore: fix actions_std.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeogezi authored and electrikmilk committed Dec 16, 2023
1 parent e574af1 commit 58c62fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actions_std.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ func contactActions() {
},
},
addParams: func(args []actionArgument) []plistData {
addParams: func(args []actionArgument) []plistData {
var plistDataArray = []plistData{}

if len(args) >= 3 {
Expand All @@ -634,7 +633,6 @@ func contactActions() {
}

return plistDataArray
}
},
}
actions["updateContact"] = &actionDefinition{
Expand Down

0 comments on commit 58c62fa

Please sign in to comment.