We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f583628 commit a4597dbCopy full SHA for a4597db
includes/data/class-db-hooks.php
@@ -66,7 +66,6 @@ public function add_cursor( $clauses, $query, $args ) {
66
? $clauses['orderby'] . ','
67
: '';
68
69
- \codecept_debug( $orderby );
70
if ( ! isset( $args['graphql_cursor_compare'] ) ) {
71
$clauses['orderby'] = "{$orderby} {$tables['orders']}.id DESC ";
72
} else {
0 commit comments