Skip to content

Commit ee06184

Browse files
committed
remove signature key
1 parent 45d3025 commit ee06184

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/sync/class-upload-queue.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,6 @@ public function build_queue() {
199199
'key' => Sync::META_KEYS['public_id'],
200200
'compare' => 'NOT EXISTS',
201201
),
202-
array(
203-
'relation' => 'OR',
204-
array(
205-
'key' => Sync::META_KEYS['signature'],
206-
'compare' => 'NOT EXISTS',
207-
),
208-
),
209202
),
210203
'ignore_sticky_posts' => false,
211204
'no_found_rows' => true,

0 commit comments

Comments
 (0)