Skip to content

Commit

Permalink
idk i just wanted to commit something
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Mar 11, 2024
1 parent f699db1 commit 0502272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/cloudstorage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Simple file storage made with tools from Snap!
// Be careful, data can be replaced

class ServerExtension {
constructor(runtime) {
Expand Down Expand Up @@ -82,4 +83,4 @@ class ServerExtension {
}
}

Scratch.extensions.register(new ServerExtension());
Scratch.extensions.register(new ServerExtension());

0 comments on commit 0502272

Please sign in to comment.