Fix type
This commit is contained in:
parent
378013c2f7
commit
337e27a774
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ export default (
|
||||||
user: any,
|
user: any,
|
||||||
me?: any,
|
me?: any,
|
||||||
options?: {
|
options?: {
|
||||||
detail: boolean,
|
detail?: boolean,
|
||||||
includeSecrets: boolean
|
includeSecrets?: boolean
|
||||||
}
|
}
|
||||||
) => new Promise<any>(async (resolve, reject) => {
|
) => new Promise<any>(async (resolve, reject) => {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue