mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-15 14:27:35 +00:00
don't throw archive error
This commit is contained in:
@@ -35,7 +35,6 @@ export async function archive(gameRecord: GameRecord) {
|
||||
name: error?.name,
|
||||
...(error && typeof error === 'object' ? error : {})
|
||||
});
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user