Skip to content

Commit

Permalink
feat: redeploy server (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobarreto authored Jun 29, 2023
1 parent 1c5a5a2 commit 4362409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/map/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export async function createMapComponent(components: {

const notFoundDissolvedEstateIds = new Set<string>()
async function getDissolvedEstate(id: string) {
//if id is not a tokenId
// if id is not a tokenId
if (id && !id.match(`^[0-9]+$`)) {
return null
}
Expand Down

0 comments on commit 4362409

Please sign in to comment.