reorder functions for no-use-before-define

This commit is contained in:
Girish Ramakrishnan
2026-02-14 16:34:34 +01:00
parent 36aa641cb9
commit e9f96593c3
31 changed files with 2621 additions and 2648 deletions
+2 -3
View File
@@ -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,