diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-05-07 01:04:12 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-05-07 01:04:12 -0300 |
commit | 1a760926f783f4111e380e2d136ddb98cb4ee6a5 (patch) | |
tree | 8f8fc04e289092a05bf1aaf12ce5d77de00355de /src/util | |
parent | 9363bb0941563eaeb147663364374485fa185a2d (diff) |
🦀 UNRELEASED_TRACKS_DIRECTORY is gone 🦀
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/magic-constants.js | 1 | ||||
-rw-r--r-- | src/util/wiki-data.js | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/util/magic-constants.js b/src/util/magic-constants.js index 3174daec..73fdbc6d 100644 --- a/src/util/magic-constants.js +++ b/src/util/magic-constants.js @@ -6,6 +6,5 @@ // All such uses should eventually be replaced with better code in due time // (TM). -export const UNRELEASED_TRACKS_DIRECTORY = 'unreleased-tracks'; export const OFFICIAL_GROUP_DIRECTORY = 'official'; export const FANDOM_GROUP_DIRECTORY = 'fandom'; diff --git a/src/util/wiki-data.js b/src/util/wiki-data.js index 6d0db2c7..b4f7f210 100644 --- a/src/util/wiki-data.js +++ b/src/util/wiki-data.js @@ -1,9 +1,5 @@ // Utility functions for interacting with wiki data. -import { - UNRELEASED_TRACKS_DIRECTORY -} from './magic-constants.js'; - // Generic value operations export function getKebabCase(name) { |