Skip to content

Commit

Permalink
Merge pull request #257 from DRincs-Productions/256-storagevaluesetva…
Browse files Browse the repository at this point in the history
…riable-is-not-a-function

Fix storage variable assignment in StoredClassModel
  • Loading branch information
BlackRam-oss authored Nov 16, 2024
2 parents 9c39279 + ef236b3 commit 76cf04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/StoredClassModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class StoredClassModel {
delete storageValue[this.id]
}

storageValue.setVariable(this.categoryId, storageValue)
storage.setVariable(this.categoryId, storageValue)
}
/**
* Get a property from the storage.
Expand Down

0 comments on commit 76cf04c

Please sign in to comment.