Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff committed Oct 5, 2024
1 parent fc50f83 commit dd19da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/pages/ants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ export default function () {
} else if (e.data.type === "collected") {
collected += e.data.data.count
console.log("collected", e.data.data.count, "total", collected)
} else {
console.log('unknown message', e.data)
}
// } else if (e.data.type === "done") {
// done = true
Expand Down
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const ROUTES = {
title: 'Ants',
},
git: {
lastModified: 1728085676000,
lastModified: 1728127860000,
firstAdded: 1727995709000
},
}
Expand Down

0 comments on commit dd19da1

Please sign in to comment.