mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Remove and fix some TODO entries (#188)
This commit is contained in:
parent
42d69365b8
commit
19ad3153e4
6 changed files with 18 additions and 28 deletions
|
|
@ -57,8 +57,6 @@ class InvenTreePartCategory extends InvenTreeModel {
|
|||
InvenTreeModel createFromJson(Map<String, dynamic> json) {
|
||||
var cat = InvenTreePartCategory.fromJson(json);
|
||||
|
||||
// TODO ?
|
||||
|
||||
return cat;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue