Skip to content

Commit

Permalink
changes in client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Waheedsys committed Oct 2, 2024
1 parent efb2400 commit 435c8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import {
generateRandomIdWithNonUniqueFallback,
setHeaderIfNotSet,
} from "./utils";
import { assertParamExists, isWellFormedUlidString } from "./validation";
import { isWellFormedUlidString } from "./validation";

export type UserClientConfigurationParams = UserConfigurationParams & {
storeId?: string;
Expand Down

0 comments on commit 435c8c1

Please sign in to comment.