forked from FoundKeyGang/FoundKey
Fix type
This commit is contained in:
parent
f9aa38ee49
commit
a7021b9514
1 changed files with 2 additions and 2 deletions
|
@ -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) => {
|
||||
|
||||
|
|
Loading…
Reference in a new issue