diff options
author | mat <github@matdoes.dev> | 2021-06-02 16:40:12 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-06-02 16:40:12 -0500 |
commit | dc2ef9bf01111efaf522e6fdee437d52d9f8c717 (patch) | |
tree | 53a28fdad5bc67d9dc442e8a524f99c4e3f33b42 /test-data-generator/index.ts | |
parent | afa451371b7d685c31dac2dc18471fa0cc3af578 (diff) | |
parent | 69910faa449ee9d4ff63fc1a764434e7bd974d1b (diff) | |
download | skyblock-api-dc2ef9bf01111efaf522e6fdee437d52d9f8c717.tar.gz skyblock-api-dc2ef9bf01111efaf522e6fdee437d52d9f8c717.tar.bz2 skyblock-api-dc2ef9bf01111efaf522e6fdee437d52d9f8c717.zip |
Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into main
Diffstat (limited to 'test-data-generator/index.ts')
-rw-r--r-- | test-data-generator/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-data-generator/index.ts b/test-data-generator/index.ts index b0b3ba6..18cefd7 100644 --- a/test-data-generator/index.ts +++ b/test-data-generator/index.ts @@ -42,8 +42,6 @@ async function addConstants() { 'slayers', 'stats', 'zones', - 'manual/skill_xp', - 'manual/skill_xp_easier', ] for (const constantName of constantNames) { const constantData = await constants.fetchJSONConstant(constantName + '.json') |