This commit is contained in:
syuilo 2017-02-28 23:56:27 +09:00
parent f9aa38ee49
commit a7021b9514

View file

@ -22,8 +22,8 @@ export default (
user: any,
me?: any,
options?: {
detail: boolean,
includeSecrets: boolean
detail?: boolean,
includeSecrets?: boolean
}
) => new Promise<any>(async (resolve, reject) => {