volumes: async'ify

This commit is contained in:
Girish Ramakrishnan
2021-05-11 17:50:48 -07:00
parent 3a252fe10e
commit fc52cd7e0c
10 changed files with 200 additions and 343 deletions

View File

@@ -6,7 +6,7 @@
'use strict';
var async = require('async'),
const async = require('async'),
database = require('../database.js'),
expect = require('expect.js'),
system = require('../system.js');