Open adzarrini opened 6 years ago
There is a bug with calling mailboxCheck() and receiving a message. It does not provide a callback which then fails when another function in the project is called. This adds a simple callback to the mailboxCheck() function to fix the error.
mailboxCheck()
callback
@dudewheresmycode can you please look at merging this?
There is a bug with calling
mailboxCheck()
and receiving a message. It does not provide acallback
which then fails when another function in the project is called. This adds a simplecallback
to themailboxCheck()
function to fix the error.