Merge pull request #33 from bwindels/bwindels/fixwedgie
Fix: remote id not being stored when receiving /send response
This commit is contained in:
commit
096800d91a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default class SendQueue {
|
|||
pendingEvent.eventType,
|
||||
pendingEvent.txnId,
|
||||
pendingEvent.content
|
||||
);
|
||||
).response();
|
||||
});
|
||||
pendingEvent.remoteId = response.event_id;
|
||||
//
|
||||
|
|
Reference in a new issue