fix(core): update

This commit is contained in:
2019-09-08 22:45:36 +02:00
parent be3d2d41d6
commit 6373a74fb3
2 changed files with 24 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import * as smartlog from '@pushrocks/smartlog';
let cron = require('cron');
import cron from 'cron';
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as smartpromise from '@pushrocks/smartpromise';