mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:43:09 +02:00
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,
|
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