diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-03 19:48:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-03 19:48:00 +0900 |
| commit | f11bdf36b9c75a3e10850e46ef045cf9675ab7f7 (patch) | |
| tree | a72f760e3f1f218f8830326c9ea8bea0289bc23d /src/api/serializers | |
| parent | wip (diff) | |
| download | sharkey-f11bdf36b9c75a3e10850e46ef045cf9675ab7f7.tar.gz sharkey-f11bdf36b9c75a3e10850e46ef045cf9675ab7f7.tar.bz2 sharkey-f11bdf36b9c75a3e10850e46ef045cf9675ab7f7.zip | |
wip
Diffstat (limited to 'src/api/serializers')
| -rw-r--r-- | src/api/serializers/app.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/serializers/app.ts b/src/api/serializers/app.ts index 9a02c5637a..fdeef338d9 100644 --- a/src/api/serializers/app.ts +++ b/src/api/serializers/app.ts @@ -21,8 +21,8 @@ export default ( app: any, me?: any, options?: { - includeSecret: boolean, - includeProfileImageIds: boolean + includeSecret?: boolean, + includeProfileImageIds?: boolean } ) => new Promise<any>(async (resolve, reject) => { const opts = options || { |