Skip to content

Commit

Permalink
chore: Update for soundbuttons usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 committed Nov 17, 2023
1 parent c3322e0 commit f72c9a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface Env {
* The name of the counter to use.
* Feel free to change this to a unique name for your own counter.
*/
const CounterName = 'Counter1';
const CounterName = 'Counter-SoundButtons';

export default {
/**
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "view-counter"
name = "view-counter-sb"

compatibility_date = "2023-07-24"
main = "./src/index.ts"
Expand Down

0 comments on commit f72c9a1

Please sign in to comment.