fix typo in Pattern defination.
This commit is contained in:
parent
c0b3648fd2
commit
adc1bba9e0
@ -91,7 +91,7 @@ export class Pattern {
|
|||||||
this.createdAt = dayjs().valueOf();
|
this.createdAt = dayjs().valueOf();
|
||||||
this.lastModifiedAt = null;
|
this.lastModifiedAt = null;
|
||||||
this.smoothRepeat = true;
|
this.smoothRepeat = true;
|
||||||
this.Pulses = [];
|
this.pulses = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user