mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed output of /v1/health/queue/certificates returning wrong data
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
# Version 0.7.0 (NOT-RELEASED)
|
||||
|
||||
## Features
|
||||
|
||||
- New route in Locale API to fetch a list of languages
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- Fixed output of /v1/health/queue/certificates returning wrong data
|
||||
|
||||
# Version 0.6.2 (PRE-RELEASE)
|
||||
|
||||
## Features
|
||||
|
||||
@@ -158,7 +158,7 @@ $utopia->get('/v1/health/queue/certificates')
|
||||
->label('sdk.description', '/docs/references/health/get-queue-certificates.md')
|
||||
->action(
|
||||
function () use ($response) {
|
||||
$response->json(['size' => Resque::size('v1-usage')]);
|
||||
$response->json(['size' => Resque::size('v1-certificates')]);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user