Skip to content

Commit 4ea34b6

Browse files
authored
Update classes/class-suggested-tasks-db.php
1 parent 561a78c commit 4ea34b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-suggested-tasks-db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function add( $data ) {
4747
if ( $current && ( $current < \time() - 30 ) ) {
4848
\update_option( $lock_key, $lock_value );
4949
} else {
50-
error_log( 'Lock for: ' . $data['task_id'] ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log -- TODO: remove this after testing.
50+
error_log( 'Lock for: ' . $data['task_id'] ); // TODO: remove this after testing.
5151
return 0; // Other process is using it.
5252
}
5353
}

0 commit comments

Comments
 (0)