From d7865ecf46d134cc9d74548c19c709b7b91d38cd Mon Sep 17 00:00:00 2001 From: Kreuvf Date: Thu, 3 Apr 2025 15:28:55 +0200 Subject: [PATCH] * Convert var to const --- Das_Schwarze_Auge_4-1/dev/js/migration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Das_Schwarze_Auge_4-1/dev/js/migration.js b/Das_Schwarze_Auge_4-1/dev/js/migration.js index 33b9ebfeb8..fe96efba34 100644 --- a/Das_Schwarze_Auge_4-1/dev/js/migration.js +++ b/Das_Schwarze_Auge_4-1/dev/js/migration.js @@ -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,