From 034c7c083adf5433f1956753cd1b98d54483db4a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 5 Mar 2017 12:09:34 +0900 Subject: fix --- src/api/common/notify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/common') diff --git a/src/api/common/notify.ts b/src/api/common/notify.ts index 9152b85cdb..e7ec37d4e4 100644 --- a/src/api/common/notify.ts +++ b/src/api/common/notify.ts @@ -7,7 +7,7 @@ export default ( notifiee: mongo.ObjectID, notifier: mongo.ObjectID, type: string, - content: any + content?: any ) => new Promise(async (resolve, reject) => { if (notifiee.equals(notifier)) { return resolve(); -- cgit v1.2.3-freya