Fix item builder
parent
9a6ce1f832
commit
2ed7d58189
Binary file not shown.
Binary file not shown.
|
@ -22,6 +22,7 @@ export default class ItemBuilder {
|
|||
|
||||
withType(type) {
|
||||
this.item.type = type;
|
||||
return this;
|
||||
}
|
||||
|
||||
withState(key, value) {
|
||||
|
|
Loading…
Reference in New Issue