Skip to content

Commit

Permalink
Fix typo preventing check for higher res maps
Browse files Browse the repository at this point in the history
  • Loading branch information
rrgeorge committed Sep 5, 2021
1 parent ccf8e6f commit 623db46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddb.js
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ function displayModal(path,id) {
]
})
}
if (this.remoteMaps?.includes("remote")) {
if (this.remotemaps?.includes("remote")) {
console.log("Checking to see if we can get remote images")
const remotePage = await this.getImage(`https://www.dndbeyond.com/${book.sourceURL}`)
const remoteDom = new jsdom.JSDOM(remotePage)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "encounterlog",
"productName": "EncounterLog",
"version": "2.1.3",
"version": "2.1.4",
"description": "Connect D&D Beyond to EncounterPlus",
"repository": {
"type": "git",
Expand Down

0 comments on commit 623db46

Please sign in to comment.