remove extra space
This commit is contained in:
@@ -35,7 +35,6 @@ export class LatestNote {
|
|||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
public note: MiNote | null;
|
public note: MiNote | null;
|
||||||
|
|
||||||
|
|
||||||
constructor(data: Partial<LatestNote>) {
|
constructor(data: Partial<LatestNote>) {
|
||||||
if (data == null) return;
|
if (data == null) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user