Uncomment cookieSecret config removal

9c4239170603d1e5401da4f313b14ae6f7e75911

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -3Showing whitespace changes
post-install.js+0 -3
@@ -101,15 +101,12 @@ const keyMigrationMap = [
101101 newKey: 'performance.memoryCacheCapacity',
102102 migrate: (value) => `${value}mb`,
103103 },
104- // uncomment one release after 1.12.13
105- /*
106104 {
107105 oldKey: 'cookieSecret',
108106 newKey: 'cookieSecret',
109107 migrate: () => void 0,
110108 remove: true,
111109 },
112- */
113110];
114111
115112/**