We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad911e commit 92a841bCopy full SHA for 92a841b
src/generic_ui/scripts/ui.ts
@@ -871,7 +871,7 @@ export class UserInterface implements ui_constants.UiApi {
871
"d1wtwocg4wx1ih.cloudfront.net"
872
]
873
874
- public postToCloudfrontSite = (payload :any, cloudfrontPath :string,
+ public postToCloudfrontSite = (payload :Object, cloudfrontPath :string,
875
maxAttempts ?:number)
876
: Promise<void> => {
877
console.log('postToCloudfrontSite: ', payload, cloudfrontPath);
0 commit comments