Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. { user: { username: 'luna', id: 10, role: 'USER', iat: 1566375745 } }
  2. { user: { role: 'BACKEND', username: 'luna', iat: 1566477385 } }
  3. addMessageNotification
  4. RI: { activity: 'chat_priv', participants: undefined }
  5. (node:22130) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'filter' of undefined
  6. at getAndroidActionForChat (/home/ubuntu/backend/core/src/controllers/notificationsController.js:123:33)
  7. at process._tickCallback (internal/process/next_tick.js:68:7)
  8. (node:22130) 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: 1)
  9. (node:22130) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement