Details
Details
Flow and put the log somewhere else and check if it logs (I don't know how to trigger olmNotificationsSessionMissing)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- graszka22/ENG-9932
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Just wondering, what do you think of this style?
const { userID, cookieID, sessionID } = viewer; const data = { userID, cookieID, sessionID }; console.log( 'Sending INITIAL_NOTIFICATIONS_ENCRYPTED_MESSAGE ' + JSON.stringify(data), );
Could work both here and in D13952.