Update ApiV1Controller.php

This commit is contained in:
Daniel Supernault 2024-07-02 00:46:22 -06:00
parent 49461af397
commit 2b9586fce1
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -2335,7 +2335,7 @@ class ApiV1Controller extends Controller
}
}
$baseUrl = config('app.url').'/api/v1/notifications?limit='.$limit.'&';
$baseUrl = config('app.url').'/api/v1/notifications?limit='.$ogLimit.'&';
if ($minId == $maxId) {
$minId = null;