reorder functions for no-use-before-define
This commit is contained in:
+2
-3
@@ -12,9 +12,6 @@ import services from './services.js';
|
||||
|
||||
const debug = debugModule('box:volumes');
|
||||
|
||||
const _validateHostPath = validateHostPath;
|
||||
|
||||
|
||||
const VOLUMES_FIELDS = [ 'id', 'name', 'hostPath', 'creationTime', 'mountType', 'mountOptionsJson' ].join(',');
|
||||
|
||||
function postProcess(result) {
|
||||
@@ -206,6 +203,8 @@ async function mountAll() {
|
||||
}
|
||||
}
|
||||
|
||||
const _validateHostPath = validateHostPath;
|
||||
|
||||
export default {
|
||||
add,
|
||||
get,
|
||||
|
||||
Reference in New Issue
Block a user