mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 16:53:58 +09:00
Update note.ts
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user