diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-05 12:09:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-05 12:09:34 +0900 |
| commit | 034c7c083adf5433f1956753cd1b98d54483db4a (patch) | |
| tree | 2e41ea90e53d1349abf44444c2f1e6b2ec3de783 /src/api/common | |
| parent | Use cafy (diff) | |
| download | sharkey-034c7c083adf5433f1956753cd1b98d54483db4a.tar.gz sharkey-034c7c083adf5433f1956753cd1b98d54483db4a.tar.bz2 sharkey-034c7c083adf5433f1956753cd1b98d54483db4a.zip | |
fix
Diffstat (limited to 'src/api/common')
| -rw-r--r-- | src/api/common/notify.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<any>(async (resolve, reject) => { if (notifiee.equals(notifier)) { return resolve(); |