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,
|
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 New Issue
Block a user