Commit 39d0fa76 authored by Mark Harding's avatar Mark Harding

(chore): do not use strict base64_decode

parent a437ec98
No related merge requests found
Pipeline #78975908 waiting for delayed job with stages
in 10 minutes and 18 seconds
......@@ -66,7 +66,7 @@ class Repository
$prepared->setOpts([
'page_size' => (int) $opts['limit'],
'paging_state_token' => base64_decode($opts['offset'], true),
'paging_state_token' => base64_decode($opts['offset'], false),
]);
$response = new Response([]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment