Update note.ts

This commit is contained in:
syuilo 2019-04-09 12:25:19 +09:00
parent 38ffbe95e9
commit c07eaef2d1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -183,7 +183,7 @@ export class Note {
public hasPoll: boolean;
@Column('jsonb', {
nullable: true, default: {}
nullable: true, default: null
})
public geo: any | null;