Skip to content

Commit c413c37

Browse files
committed
remove comma
1 parent 01fafc4 commit c413c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Metrics/App/WikiMetrics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class WikiMetrics
1616

1717
const QUERY_NUMBER_OF_ACTIONS = <<<EOF
1818
SELECT
19-
SUM(rc_timestamp >= DATE_FORMAT(DATE_SUB(NOW(), ?), '%Y%m%d%H%i%S')) AS sum_actions,
19+
SUM(rc_timestamp >= DATE_FORMAT(DATE_SUB(NOW(), ?), '%Y%m%d%H%i%S')) AS sum_actions
2020
FROM
2121
? AS rc
2222
INNER JOIN ? AS a ON rc.rc_actor = a.actor_id

0 commit comments

Comments
 (0)