This commit is contained in:
syuilo
2017-03-05 12:09:34 +09:00
parent 17a23c3eb5
commit 034c7c083a
20 changed files with 29 additions and 29 deletions

View File

@@ -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();