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 1d8b3fc commit 6057d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/apiKeys.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 ApiKeysAddParams {
type?: string;
Expand Down

0 comments on commit 6057d30

Please sign in to comment.