mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
update property name again and make it required
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
export interface IEntityWithOptionalTimestamp {
|
export interface IEntityWithOptionalTimestamp {
|
||||||
updateTimeMs?: number;
|
updatedTimeMs: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IEntityWithId {
|
export interface IEntityWithId {
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ export class ApiBasedShuttleRepositoryLoader implements ShuttleRepositoryLoader
|
|||||||
secondsRemaining: jsonEta.secondsSpent,
|
secondsRemaining: jsonEta.secondsSpent,
|
||||||
shuttleId: `${shuttleId}`,
|
shuttleId: `${shuttleId}`,
|
||||||
stopId: stopId,
|
stopId: stopId,
|
||||||
updateTimeMs: Date.now(),
|
updatedTimeMs: Date.now(),
|
||||||
systemId: this.systemIdForConstructedData,
|
systemId: this.systemIdForConstructedData,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user