1
0

remove extra space

This commit is contained in:
Hazel K
2024-09-29 22:50:29 -04:00
parent 06932710f0
commit d1b5b54bad
@@ -35,7 +35,6 @@ export class LatestNote {
@JoinColumn()
public note: MiNote | null;
constructor(data: Partial<LatestNote>) {
if (data == null) return;