1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-16 11:03:30 +01:00

chore: fix tests

(cherry picked from commit 8967578236)
This commit is contained in:
AnthonyFuller 2024-08-24 18:26:45 +01:00
parent a72b380c71
commit fae932280c

View File

@ -99,7 +99,7 @@ export class MasteryService {
for (const gv of gameVersions) {
this.unlockableMasteryData[gv] = new Map()
for (const [_, pkg] of this.masteryPackages[gv]) {
for (const pkg of this.masteryPackages[gv].values()) {
if (pkg.SubPackages) {
for (const subPkg of pkg.SubPackages) {
for (const drop of subPkg.Drops) {