Possible fix to asset approval failure

This commit is contained in:
GP Garcia
2024-02-12 15:15:09 -06:00
parent 9992d00824
commit fd5f3b5105

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