Skip to content

Commit 92a841b

Browse files
committed
postToCloudfront accepts Object type payload instead of any
1 parent cad911e commit 92a841b

File tree

1 file changed

+1
-1
lines changed
  • src/generic_ui/scripts

1 file changed

+1
-1
lines changed

src/generic_ui/scripts/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ export class UserInterface implements ui_constants.UiApi {
871871
"d1wtwocg4wx1ih.cloudfront.net"
872872
]
873873

874-
public postToCloudfrontSite = (payload :any, cloudfrontPath :string,
874+
public postToCloudfrontSite = (payload :Object, cloudfrontPath :string,
875875
maxAttempts ?:number)
876876
: Promise<void> => {
877877
console.log('postToCloudfrontSite: ', payload, cloudfrontPath);

0 commit comments

Comments
 (0)