don't throw archive error

This commit is contained in:
Evan
2025-02-01 12:05:11 -08:00
parent d989e7b79e
commit a103d721e4
-1
View File
@@ -35,7 +35,6 @@ export async function archive(gameRecord: GameRecord) {
name: error?.name,
...(error && typeof error === 'object' ? error : {})
});
throw error;
}
}