-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
I keep getting an unhandled promise rejection when I monitor my transaction status.
(node:18372) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
at res.transactions.forEach.transaction (/home/will/TheCommunityMind/server/node_modules/ostkit/lib/ostkit.js:33:78)
at Array.forEach ()
at transactiontypesStatus.then.res (/home/will/TheCommunityMind/server/node_modules/ostkit/lib/ostkit.js:32:30)
at
at process._tickCallback (internal/process/next_tick.js:118:7)
(node:18372) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 674)
The transaction still completes so not a big issue just wondered if I am doing something wrong. Happy to help fix it if needed.
Thanks,
Will