chore: remove saveMySettings that depended on an implicit variable

This commit is contained in:
2025-09-22 20:18:38 -06:00
parent e8e0f315f8
commit c0f407eb72
4 changed files with 13 additions and 4 deletions

View File

@@ -799,7 +799,7 @@ export async function runMigrations<T>(
}
// Only show completion message in development
logger.debug(
logger.log(
`🎉 [Migration] Migration process complete! Summary: ${appliedCount} applied, ${skippedCount} skipped`,
);
} catch (error) {