Skip to content

Commit

Permalink
feat: add default visibility constant for shop loader
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriassuncx committed Feb 6, 2025
1 parent 7a95122 commit d8d63a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shopify/loaders/shop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export interface Props {
metafields?: Metafield[];
}

export const defaultVisibility = "private";

const loader = async (
props: Props,
_req: Request,
Expand Down

0 comments on commit d8d63a5

Please sign in to comment.