Skip to content

Commit

Permalink
Merge pull request #3197 from Ginger-Automation/BugFix/CheckmarxRelat…
Browse files Browse the repository at this point in the history
…edCodeChanges

RemovedUnused Code
  • Loading branch information
rathimayur authored Aug 25, 2023
2 parents 36314ef + c7d8090 commit 7c71b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ginger/GingerCoreNET/DataSource/LiteDB.cs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,6 @@ public string GetResut(string query, string DSTableName, bool MarkUpdate)
if (MarkUpdate)
{
string[] tokens = query.Split(new[] { "where" }, StringSplitOptions.None);
string rowID = row[0].ToString();
string Newquery = "db." + DSTableName + ".update GINGER_USED = \"True\" where " + tokens[1];
RunQuery(Newquery);
}
Expand Down

0 comments on commit 7c71b22

Please sign in to comment.