diff --git a/client/dom/select-by-pattern.js b/client/dom/select-by-pattern.js index b64a77dd..eec89bb4 100644 --- a/client/dom/select-by-pattern.js +++ b/client/dom/select-by-pattern.js @@ -8,7 +8,7 @@ const { prompt, } = require('./dialog'); -const {DOM} = require('.'); +const DOM = require('.'); module.exports = async (msg, files) => { if (!files)