Удалил bluebird

This commit is contained in:
Book Pauk
2019-01-06 16:42:27 +07:00
parent fbff2d99c2
commit b1da112483
4 changed files with 2 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
const Promise = require('bluebird');
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}