Skip to content

Commit

Permalink
chore(lint): fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Nov 19, 2024
1 parent 688b9f9 commit 8d16f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function ant.init()
["Process-Id"] = antProcessIdToReassign,
})
end)

createActionHandler(ActionMap.ApproveName, function(msg)
--- NOTE: this could be modified to allow specific users/controllers to create claims
utils.validateOwner(msg.From)
Expand Down

0 comments on commit 8d16f03

Please sign in to comment.