diff --git a/post-install.js b/post-install.js index 0048d9c6f..ae01b7d1a 100644 --- a/post-install.js +++ b/post-install.js @@ -101,15 +101,12 @@ const keyMigrationMap = [ newKey: 'performance.memoryCacheCapacity', migrate: (value) => `${value}mb`, }, - // uncomment one release after 1.12.13 - /* { oldKey: 'cookieSecret', newKey: 'cookieSecret', migrate: () => void 0, remove: true, }, - */ ]; /**