mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-27 01:46:25 -07:00
Update note.ts
This commit is contained in:
parent
fe87a24026
commit
b503708ece
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ export class Note {
|
||||||
public hasPoll: boolean;
|
public hasPoll: boolean;
|
||||||
|
|
||||||
@Column('jsonb', {
|
@Column('jsonb', {
|
||||||
nullable: true, default: {}
|
nullable: true, default: null
|
||||||
})
|
})
|
||||||
public geo: any | null;
|
public geo: any | null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue