1
0

fix: lastReceivedAt always being N/A

This commit is contained in:
Mar0xy
2023-11-07 18:30:04 +01:00
parent ccd3789cc6
commit 53f2089116
3 changed files with 7 additions and 1 deletions
@@ -103,5 +103,10 @@ export const packedFederationInstanceSchema = {
optional: false, nullable: true,
format: 'date-time',
},
latestRequestReceivedAt: {
type: 'string',
optional: false, nullable: true,
format: 'date-time',
},
},
} as const;