Skip to content

Commit

Permalink
fix: export allowedUpdateBusinessKeys as value
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan committed Feb 7, 2025
1 parent 0642956 commit 65c956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import type {
BusinessJoinRequestWithCreatedBy,
SubscriptionChangePreview,
VerifiedDomain,
allowedUpdateBusinessKeys,
} from "./BusinessService";
import { allowedUpdateBusinessKeys } from "./BusinessService";

import { SSOType, businessHandleValidation } from "./BusinessService";
import {
Expand Down

0 comments on commit 65c956c

Please sign in to comment.