Closed reivilibre closed 3 years ago
Was conflicted about putting this check inside callbacks.invite itself or as a wrapper (like I did here).
callbacks.invite
Went for the wrapper because it seemed 'right' to protect the Callbacks class from unfortunate callback flaws.
Callbacks
Thanks!
Was conflicted about putting this check inside
callbacks.invite
itself or as a wrapper (like I did here).Went for the wrapper because it seemed 'right' to protect the
Callbacks
class from unfortunate callback flaws.