Closed nesh170 closed 7 years ago
@sunnyownage Found a bug :/ when putting in:-
POST /api/item/
{ "name": "Flamethrower1245", "quantity": 3, "model_number": null, "description": null, "location": null, "tags": null }
null tags cause the system to do a NoneType Error. Fixed now 💃
@sunnyownage Found a bug :/ when putting in:-
POST /api/item/
{ "name": "Flamethrower1245", "quantity": 3, "model_number": null, "description": null, "location": null, "tags": null }
null tags cause the system to do a NoneType Error. Fixed now 💃