mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-23 15:25:11 +00:00
Update note.ts
This commit is contained in:
parent
38ffbe95e9
commit
c07eaef2d1
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ export class Note {
|
|||
public hasPoll: boolean;
|
||||
|
||||
@Column('jsonb', {
|
||||
nullable: true, default: {}
|
||||
nullable: true, default: null
|
||||
})
|
||||
public geo: any | null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue