fix typo in Pattern defination.
This commit is contained in:
@@ -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 = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user