Skip to content

Commit

Permalink
chore: upgrade types + bugfix (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknathan authored Sep 21, 2024
1 parent 22bb1ce commit dfa7414
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/scripts/main.script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lldebugger.start();

interface props {
next?: string;
loaded?: url;
loaded?: hash;
params?: {
target?: string;
id?: string;
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/walls.script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface props {
coins: hash[];
active_stacks: Record<string, hash>[];
dead_walls: Record<string, hash>[];
triggered_walls: Set<url>;
triggered_walls: Set<hash>;
wall_delay: number;
walls_spawned: number;
delay: number;
Expand Down

0 comments on commit dfa7414

Please sign in to comment.