Skip to content

Commit 6624161

Browse files
committed
fix: correct variable name for compressed data in AxiosService post request
1 parent f8f8442 commit 6624161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/axios/axios.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class AxiosService {
100100

101101
const response = await this.axiosInstance.post<StartXrayCommand.Response>(
102102
nodeUrl,
103-
this.compressData(data),
103+
compressedData,
104104
{
105105
timeout: 60_000,
106106
headers: {

0 commit comments

Comments
 (0)