Skip to content

Commit 27a4655

Browse files
committed
Fix
1 parent 5085677 commit 27a4655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export class ApitallyClient {
271271
`${this.getHubUrlPrefix()}log?uuid=${logFile.uuid}`,
272272
{
273273
method: "POST",
274-
body: await logFile.getContent(),
274+
body: (await logFile.getContent()) as any,
275275
},
276276
);
277277

0 commit comments

Comments
 (0)