fix typo in Pattern defination.

This commit is contained in:
Vixalie 2025-03-11 09:33:02 +08:00
parent c0b3648fd2
commit adc1bba9e0

View File

@ -91,7 +91,7 @@ export class Pattern {
this.createdAt = dayjs().valueOf();
this.lastModifiedAt = null;
this.smoothRepeat = true;
this.Pulses = [];
this.pulses = [];
}
}