Skip to content

Commit

Permalink
[Bug] Import Body from @theme in makeRequest (#352)
Browse files Browse the repository at this point in the history
* Import Body from @theme

* Fix lint issues
  • Loading branch information
sserrata committed Dec 1, 2022
1 parent 6339bd5 commit fa898d0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* ========================================================================== */

import sdk from "@paloaltonetworks/postman-collection";

import { Body } from "../Body/slice";
import { Body } from "@theme/ApiDemoPanel/Body/slice";

function fetchWithtimeout(
url: string,
Expand Down

0 comments on commit fa898d0

Please sign in to comment.