We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db6ea7 commit dd73ca1Copy full SHA for dd73ca1
src/lib/definitions/utils.ts
@@ -226,7 +226,7 @@ export function overwriteStates(object: { states: Specification.States }) {
226
((object.states as Specification.States).map((v) => {
227
switch (v.type) {
228
case 'sleep':
229
- return new Specification.Sleep(v);
+ return new Specification.Sleepstate(v);
230
case 'event':
231
return new Specification.Eventstate(v);
232
case 'operation':
0 commit comments