mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
parse: Fix error in typescript@next (#17057)
This commit is contained in:
@@ -198,7 +198,7 @@ function test_file() {
|
||||
// The file either could n ot be read, or could not be saved to Parse.
|
||||
});
|
||||
|
||||
Parse.Cloud.httpRequest({ url: file.url() }).then((response: Parse.Promise<Parse.Cloud.HttpResponse>) => {
|
||||
Parse.Cloud.httpRequest({ url: file.url() }).then((response: Parse.Cloud.HttpResponse) => {
|
||||
// result
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user