mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-06 07:02:28 +00:00
* Convert var to const
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
this list has to be always ordered ascending in order to apply the migration steps in the correct order
|
||||
*/
|
||||
var versionsWithMigrations = [
|
||||
const versionsWithMigrations = [
|
||||
20190427,
|
||||
20200809,
|
||||
20210413,
|
||||
|
||||
Reference in New Issue
Block a user