Lint the code that I fairly copy-pasted from draw-steel
This commit is contained in:
parent
3fff439483
commit
6461057647
4 changed files with 18 additions and 14 deletions
|
|
@ -13,7 +13,7 @@ export async function checkMigrations() {
|
|||
const migrationVersion = game.settings.get(__ID__, `migrationVersion`);
|
||||
let updateVersion = !migrationVersion;
|
||||
|
||||
if (isNewerVersion("3.0.0", migrationVersion)) {
|
||||
if (isNewerVersion(`3.0.0`, migrationVersion)) {
|
||||
await migrateTo3_0_0();
|
||||
updateVersion = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue