Skip to content

Commit c86ae33

Browse files
committed
Fixed linting errors
1 parent a4a3145 commit c86ae33

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

workers/clear-audit-log.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@
99
$daysAgo = date('Y-m-d', strtotime("-$days days"));
1010

1111
$SQL->getConn()->prepare("DELETE FROM audit_log WHERE timestamp < :daysAgo")->execute(['daysAgo' => $daysAgo]);
12-
13-
14-
15-
16-
17-
18-
19-
20-

0 commit comments

Comments
 (0)