mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-01 11:06:59 +00:00
remove extra space
This commit is contained in:
parent
06932710f0
commit
d1b5b54bad
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue