summaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-09 12:25:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-09 12:25:19 +0900
commitc07eaef2d150555f2865de21d259c336d2c25443 (patch)
treee52602236956401012505dd6adc6e85b1d391f1e /src/models
parentUpdate migrate.ts (diff)
downloadsharkey-c07eaef2d150555f2865de21d259c336d2c25443.tar.gz
sharkey-c07eaef2d150555f2865de21d259c336d2c25443.tar.bz2
sharkey-c07eaef2d150555f2865de21d259c336d2c25443.zip
Update note.ts
Diffstat (limited to 'src/models')
-rw-r--r--src/models/entities/note.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/entities/note.ts b/src/models/entities/note.ts
index 0bcb9b4a44..4c481964b6 100644
--- a/src/models/entities/note.ts
+++ b/src/models/entities/note.ts
@@ -183,7 +183,7 @@ export class Note {
public hasPoll: boolean;
@Column('jsonb', {
- nullable: true, default: {}
+ nullable: true, default: null
})
public geo: any | null;