mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-04 14:10:53 +03:00
Merge pull request #317 from Gramps/master
Possible fix to asset approval failure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user