Skip to content

Commit

Permalink
remove redundant type
Browse files Browse the repository at this point in the history
  • Loading branch information
scazan committed Jul 12, 2024
1 parent 9ac2337 commit 00553f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ export async function getCurrentSiteLayoutData(args: {
export async function getCurrentSiteCustomization(args: {
organizationId: string;
siteId: string;
siteSpaceId?: string | undefined;
siteSpaceId?: string;
}): Promise<SiteCustomizationSettings> {
return args.siteSpaceId
? getSiteSpaceCustomization({
Expand Down

0 comments on commit 00553f5

Please sign in to comment.