Skip to content

Commit 7c8684f

Browse files
committed
remove return from forEach in migrations
1 parent 1b37940 commit 7c8684f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/migrations/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const settingsMigrations = [
99
if (typeof itemSettings.build_on_save === 'undefined') {
1010
itemSettings.build_on_save = true;
1111
}
12-
return itemSettings;
1312
});
1413

1514
return settings;

0 commit comments

Comments
 (0)