Fix Runtime
This commit is contained in:
@@ -76,6 +76,9 @@ public class PostgreSqlBotRepository : IBotRepository
|
||||
existingEntity.UpdatedAt = DateTime.UtcNow;
|
||||
existingEntity.LongPositionCount = bot.LongPositionCount;
|
||||
existingEntity.ShortPositionCount = bot.ShortPositionCount;
|
||||
existingEntity.LastStartTime = bot.LastStartTime;
|
||||
existingEntity.LastStopTime = bot.LastStopTime;
|
||||
existingEntity.AccumulatedRunTimeSeconds = bot.AccumulatedRunTimeSeconds;
|
||||
|
||||
await _context.SaveChangesAsync().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user