Skip to content

Commit

Permalink
fix: import statement fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-pareek committed Oct 7, 2024
1 parent 86bd0d3 commit a41ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/virtualKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ApiResource } from "../apiResource";
import { APIResponseType, ApiClientInterface } from "../_types/generalTypes";
import { APIPromise, RequestOptions } from "../baseClient";
import { createHeaders } from "./createHeaders";
import { toQueryParams } from "portkey-ai/utils";
import { toQueryParams } from "../utils";

export interface VirtualKeysAddParams {
name?: string;
Expand Down

0 comments on commit a41ab5e

Please sign in to comment.