fix types
parent
0d647254e0
commit
a7fa1541b2
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue