fix(core): update

This commit is contained in:
2018-11-04 21:11:48 +01:00
parent 484e5d51cc
commit 7d62306913
5 changed files with 73 additions and 37 deletions

View File

@@ -65,7 +65,7 @@ export class LogdnaMessage {
* create lgdna messages from smartlog package
* @param smartlogPackageArg
*/
static fromSmartLogPackage(smartlogPackageArg: ILogPackage): LogdnaMessage {
public static fromSmartLogPackage(smartlogPackageArg: ILogPackage): LogdnaMessage {
return new LogdnaMessage({
timestamp: smartlogPackageArg.timestamp,
line: smartlogPackageArg.message,