Merge branch 'Release0.1.2'
This commit is contained in:
commit
0591407567
@ -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