Closed benwoo1110 closed 3 years ago
Some things are still not complete for the trigger system
Things to do:
I think Turbo meant to suggest using Array.every()
Array.every()
.some() will return true if at least one of the permissions match, whereas we actually want to check whether all of them do.
.some()
Good stuff, thanks!
Some things are still not complete for the trigger system
Things to do: