« get me outta code hell

data: withDirectoryFromName: move to helpers - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/wiki-data/withDirectory.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-11-03 09:52:22 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-11-14 07:59:22 -0400
commit6ac3a98cb60651b82d2f93a3ced0e56162ea4be7 (patch)
tree4e5f88dc92cb5bb7ed912cae0ccfbd47d19fe01b /src/data/composite/wiki-data/withDirectory.js
parent317138b543564205de91b04dc246ab3c0e501551 (diff)
data: withDirectoryFromName: move to helpers
Also remove the more-composable default behavior of using the
current thing's name, because this is no longer meant to be
composed generally.
Diffstat (limited to 'src/data/composite/wiki-data/withDirectory.js')
-rw-r--r--src/data/composite/wiki-data/withDirectory.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/wiki-data/withDirectory.js b/src/data/composite/wiki-data/withDirectory.js
index b08b6153..a3f4ceda 100644
--- a/src/data/composite/wiki-data/withDirectory.js
+++ b/src/data/composite/wiki-data/withDirectory.js
@@ -9,7 +9,7 @@ import {isDirectory, isName} from '#validators';
 
 import {withResultOfAvailabilityCheck} from '#composite/control-flow';
 
-import withDirectoryFromName from './withDirectoryFromName.js';
+import withDirectoryFromName from './helpers/withDirectoryFromName.js';
 
 export default templateCompositeFrom({
   annotation: `withDirectory`,