followup for api_response changes.

This commit is contained in:
abdulmohsen
2024-03-06 00:13:32 +03:00
parent ecae8893b5
commit 5c8fd580ad
8 changed files with 16 additions and 15 deletions

View File

@@ -71,6 +71,6 @@ final class Env
];
}
return api_response(HTTP_STATUS::HTTP_OK, $response, []);
return api_response(HTTP_STATUS::HTTP_OK, $response);
}
}