mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 11:32:56 +09:00
Update note.ts
This commit is contained in:
parent
fe87a24026
commit
b503708ece
@ -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 New Issue
Block a user