fix(core): update

This commit is contained in:
2018-11-05 23:52:39 +01:00
parent 373b02adb4
commit b65f3af9cf
3 changed files with 5 additions and 5 deletions

View File

@@ -49,9 +49,9 @@ const smartlogPackage: ILogPackage = {
message: 'this is an awesome log message sent by the tapbundle test'
};
const logDnaMessage = LogdnaMessage.fromSmartLogPackage(smartlogPackage);
const logdnaMessage = LogdnaMessage.fromSmartLogPackage(smartlogPackage);
logDnaAccount.sendLogDnaMessage(logDnaMessage);
logDnaAccount.sendLogdnaMessage(logdnaMessage);
// alternatively simply send the smartlogPackage
// creation of the LogdnaMessage is done for you