parent
f5513ce122
commit
67eed43160
@ -356,7 +356,7 @@ namespace SQLiteRepository
|
||||
var threshold = DateTime.UtcNow.AddMinutes(0 - hysteresisThresholdMinutes);
|
||||
var logs = _connection.Query<TimeLogDb>(
|
||||
SQLiteProcedures.GET_LOGS_IN_LAST_X_MINUTES,
|
||||
threshold, ident.UserId_FK);
|
||||
threshold.Ticks, ident.UserId_FK);
|
||||
if (logs.Any())
|
||||
{
|
||||
logId = -1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user