From a7021b9514ee0ad5370ace5543c1eda2442be088 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2017 23:56:27 +0900 Subject: [PATCH] Fix type --- src/api/serializers/user.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/serializers/user.ts b/src/api/serializers/user.ts index 8bab540a5c..09dc3e87dc 100644 --- a/src/api/serializers/user.ts +++ b/src/api/serializers/user.ts @@ -22,8 +22,8 @@ export default ( user: any, me?: any, options?: { - detail: boolean, - includeSecrets: boolean + detail?: boolean, + includeSecrets?: boolean } ) => new Promise(async (resolve, reject) => {