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

View file

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