Uncomment cookieSecret config removal

This commit is contained in:
Cohee 2025-03-15 23:04:02 +02:00
parent 1041d2ae9d
commit 9c42391706

View File

@ -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,
},
*/
];
/**