2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-21 14:30:44 +00:00
This commit is contained in:
Oliver
2021-07-16 08:23:34 +10:00
parent 284c59d8f8
commit ba9f09cd65
2 changed files with 22 additions and 2 deletions

@ -516,10 +516,11 @@ class InvenTreeAPI {
}
);
}
return null;
}
// Include the statuscode in the response object
responseData["statusCode"] = response.statusCode;
return responseData;
}