Uncomment cookieSecret config removal

9c4239170603d1e5401da4f313b14ae6f7e75911

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

1 files changed, +0 -3Ignore whitespace
post-install.js+0 -3
@@ -101,15 +101,12 @@ const keyMigrationMap = [
101 newKey: 'performance.memoryCacheCapacity',101 newKey: 'performance.memoryCacheCapacity',
102 migrate: (value) => `${value}mb`,102 migrate: (value) => `${value}mb`,
103 },103 },
104 // uncomment one release after 1.12.13
105 /*
106 {104 {
107 oldKey: 'cookieSecret',105 oldKey: 'cookieSecret',
108 newKey: 'cookieSecret',106 newKey: 'cookieSecret',
109 migrate: () => void 0,107 migrate: () => void 0,
110 remove: true,108 remove: true,
111 },109 },
112 */
113];110];
114111
115/**112/**