Skip to content

Commit

Permalink
fix: request client variable
Browse files Browse the repository at this point in the history
  • Loading branch information
1pone committed Jul 22, 2024
1 parent 6d0eac4 commit 0643892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/arex-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arextest/arex-request",
"version": "0.3.13",
"version": "0.3.14",
"type": "module",
"main": "dist/arex-request.js",
"module": "dist/arex-request.js",
Expand Down
1 change: 0 additions & 1 deletion packages/arex-request/src/components/Request/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Button, Checkbox, Select } from 'antd';
import React, { FC, useState } from 'react';
import { useTranslation } from 'react-i18next';

import { isClient } from '../../constant';
import { sendRequest } from '../../helpers';
import { useArexRequestProps, useArexRequestStore } from '../../hooks';
import { ArexEnvironment, ArexRESTRequest, ArexRESTResponse } from '../../types';
Expand Down

0 comments on commit 0643892

Please sign in to comment.