Skip to content

Commit a296735

Browse files
committed
changed method signature
1 parent d35e98e commit a296735

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/size_report/size_report_helper.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ function constructRequestOptions(path: string) {
5959
};
6060
}
6161

62-
export function upload(report: RequestBody, requestEndpoint: string): void {
62+
export function upload(
63+
report: RequestBody,
64+
requestEndpoint: RequestEndpoint
65+
): void {
6366
if (!process.env.GITHUB_ACTIONS) {
6467
console.log('Metrics upload is only enabled on CI.');
6568
return;

0 commit comments

Comments
 (0)