Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
keldaan-ag committed Jul 21, 2024
1 parent 0526bb1 commit 4e17d14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/core/board.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default class Board {
getFarthestTargetCoordinateAvailablePlace(
pokemon: IPokemonEntity
):
| { x: number; y: number; distance: number; target: IPokemonEntity }
| { x: number; y: number; distance: number; target: PokemonEntity }
| undefined {
const candidateCells = new Array<{
distance: number
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/esbuild.meta.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/public/dist/client/sw.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Change this cache name every time you want to force players
to invalidate their cache and download all assets again */

const CACHE_NAME = "CACHE v5.3.0.263"
const CACHE_NAME = "CACHE v5.3.0.265"

// Cache-first strategy
const cacheFirst = (event) => {
Expand Down
Loading

0 comments on commit 4e17d14

Please sign in to comment.