1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

whitespace, newlines

This commit is contained in:
Bruno Windels
2019-06-13 12:03:20 +02:00
parent 4462f4b90e
commit 811a98ad19
2 changed files with 4 additions and 6 deletions

View File

@@ -1742,6 +1742,7 @@ MatrixClient.prototype._sendCompleteEvent = function(roomId, eventObject, txnId,
localEvent.updateAssociatedId(target.getId());
});
}
const type = localEvent.getType();
logger.log(`sendEvent of type ${type} in ${roomId} with txnId ${txnId}`);