mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 11:25:13 +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()
|
||||
public note: MiNote | null;
|
||||
|
||||
|
||||
constructor(data: Partial<LatestNote>) {
|
||||
if (data == null) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue