Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaswat975 committed Apr 19, 2024
1 parent a4a3145 commit c86ae33
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions workers/clear-audit-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,3 @@
$daysAgo = date('Y-m-d', strtotime("-$days days"));

$SQL->getConn()->prepare("DELETE FROM audit_log WHERE timestamp < :daysAgo")->execute(['daysAgo' => $daysAgo]);









0 comments on commit c86ae33

Please sign in to comment.