remove UnitManager:Validate(token) method

The function this was pointing to was removed
main
CiscOH 1 year ago
parent eab3bb3a8a
commit 2994e8d1dd
  1. 3
      src/UnitManager/UnitManager.lua

@ -65,9 +65,6 @@ function UnitManager:New()
return self
end
function UnitManager:Validate(token)
return Validate(token)
end
-- Get or create a unit
---@param token string

Loading…
Cancel
Save