Merge pull request #33 from bwindels/bwindels/fixwedgie

Fix: remote id not being stored when receiving /send response
This commit is contained in:
Bruno Windels 2020-03-16 23:22:41 +00:00 committed by GitHub
commit 096800d91a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ export default class SendQueue {
pendingEvent.eventType,
pendingEvent.txnId,
pendingEvent.content
);
).response();
});
pendingEvent.remoteId = response.event_id;
//