Merge pull request #317 from Gramps/master

Possible fix to asset approval failure
This commit is contained in:
Emi
2024-02-12 22:58:14 +01:00
committed by GitHub

View File

@@ -156,7 +156,7 @@ $app->get('/asset', function ($request, $response, $args) {
'pages' => ceil($total_count / $page_size),
'page_length' => $page_size,
'total_items' => (int) $total_count,
], 200);
], 200, JSON_PARTIAL_OUTPUT_ON_ERROR);
});
// Get information for a single asset