mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
Fix type
This commit is contained in:
parent
f9aa38ee49
commit
a7021b9514
@ -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 New Issue
Block a user