fix: reanalyze edited messages

This commit is contained in:
MythEclipse
2026-05-14 20:10:16 +07:00
parent dbfc6866f9
commit 44368e646f
16 changed files with 2233 additions and 23 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export async function runMigrations(): Promise<void> {
} catch (error) {
logger.error(
{ error: error instanceof Error ? error.message : String(error) },
"Migration failed"
"Migration failed",
);
throw error;
}