diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-16 18:40:36 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-16 18:40:36 -0600 |
commit | 74c078392c46405a8432309c8672dc09642956d6 (patch) | |
tree | d94ffc3d6b448de1b670fd5cf8250730b89f24fc /src/cleaners | |
parent | b453d4835ef60624aba508e9aafa832667656ad7 (diff) | |
download | skyblock-api-74c078392c46405a8432309c8672dc09642956d6.tar.gz skyblock-api-74c078392c46405a8432309c8672dc09642956d6.tar.bz2 skyblock-api-74c078392c46405a8432309c8672dc09642956d6.zip |
change profileCache to use clones
Diffstat (limited to 'src/cleaners')
-rw-r--r-- | src/cleaners/skyblock/collections.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cleaners/skyblock/collections.ts b/src/cleaners/skyblock/collections.ts index 3b1a178..a3e1fb3 100644 --- a/src/cleaners/skyblock/collections.ts +++ b/src/cleaners/skyblock/collections.ts @@ -1,4 +1,4 @@ -import { cleanItemId, cleanItemNames, hypixelItemNames } from "./itemId" +import { cleanItemId, hypixelItemNames } from "./itemId" const COLLECTIONS = { 'farming': [ |