fix types

main
Rosalina 2023-03-04 19:17:19 -05:00
parent 0d647254e0
commit a7fa1541b2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export class MongoDBExporter implements GameExporter {
const body: const body:
{ {
data: Game, data: Game,
splatNetData: VsHistoryDetail | CoopHistoryDetail, splatNetData: Omit<(VsHistoryDetail | CoopHistoryDetail), "playedTime"> & { playedTime: Date },
gameId: string, gameId: string,
} & typeof common = { } & typeof common = {
...common, ...common,