Skip to content

Commit 3585367

Browse files
committed
fix(ts): explicitly return any for AV.request
1 parent 678c901 commit 3585367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,6 @@ declare namespace AV {
798798
authOption?: AuthOptions,
799799
service?: string,
800800
version?: string,
801-
});
801+
}): Promise<any>;
802802
}
803803
export = AV;

0 commit comments

Comments
 (0)