Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. exports.h = async (email, password) => {
  2.   const x = await login({email: email, password: password}, async (err, api) => {
  3.     return 'hei';
  4.   });
  5.   console.log(x);
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement