Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
Signed-off-by: ryceg <[email protected]>
  • Loading branch information
ryceg committed Jun 25, 2021
1 parent befc18b commit 19db602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/World/urlSeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function createSeed () {
}

const passageExists = (key: string): boolean => {
if (Story.get(key)) return true
if (Story.has(key)) return true
return false
}

Expand Down

0 comments on commit 19db602

Please sign in to comment.