fixed wrong loginTime beeing logged
This commit is contained in:
@@ -78,7 +78,6 @@ export const handleConnectPilot =
|
||||
publicUser: getPublicUser(user) as any,
|
||||
esimatedLogoutTime: parsedLogoffDate?.toISOString() || null,
|
||||
userId: userId,
|
||||
loginTime: nowPlus2h.toISOString(),
|
||||
stationId: parseInt(stationId),
|
||||
lastHeartbeat:
|
||||
process.env.environment === "development" ? nowPlus2h.toISOString() : undefined,
|
||||
|
||||
Reference in New Issue
Block a user