Skip to content

Commit

Permalink
refactor: fix scratch-storage deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Dec 20, 2024
1 parent 5c104e8 commit 34a7c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const PROJECT_HOST = process.env.PROJECT_HOST || 'https://projects.scratch.mit.e
class Storage extends ScratchStorage {
constructor () {
super();
this.addWebSource(
this.addWebStore(
[this.AssetType.Project],
this.getProjectGetConfig.bind(this)
);
Expand Down

0 comments on commit 34a7c53

Please sign in to comment.