Skip to content

Missing type when using subflowstateBuilder #92

@JBBianchi

Description

@JBBianchi

What happened:
subflowstateBuilder.build() doesn't assign a default type to the returned subflowstate.

What you expected to happen:
The returned subflowstate should have the type subflow is none is supplied

How to reproduce it:

const sf= subflowstateBuilder().build();
console.log(sf.type);

Anything else we need to know?:
Will be fixed in an upcoming PR

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions