I hereby claim:
-
I am kainazzzo on github.
-
I am kainazzzo (https://keybase.io/kainazzzo) on keybase.
-
I have a public key ASBrHwQgr1mRrWHZpqtD9OOYlxFs-l7cemWByHpl942P8Ao
I hereby claim:
I am kainazzzo on github.
I am kainazzzo (https://keybase.io/kainazzzo) on keybase.
I have a public key ASBrHwQgr1mRrWHZpqtD9OOYlxFs-l7cemWByHpl942P8Ao
| function getUsernamePromise(input) { | |
| if (isNumber(input)) { | |
| return getUserNameById(input); | |
| } | |
| if (isString(input)) { | |
| return getUsernameByEmail(input); | |
| } | |
| if (isObject(input)) { | |
| return Account.find().where(input).exec() | |
| } |