Skip to content

Commit

Permalink
merge: userInvite
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-pareek committed Oct 7, 2024
2 parents f39fe09 + 3da9a6b commit 1d8b3fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apis/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ 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 UsersGetParams{
userId?: string;
}
Expand Down

0 comments on commit 1d8b3fc

Please sign in to comment.