Skip to content

Commit

Permalink
fix: triggering new deploy hash (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-victor authored and libruce committed Dec 27, 2023
1 parent 33e5203 commit 728ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/utils/b3checkout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const redirect = (url: string, isReplaceCurrentUrl?: boolean) => {
window.location.href = url
}
}

// comment for deploy
export const attemptCheckoutLoginAndRedirect = async (
cartId: any,
defaultCheckoutUrl: string,
Expand Down

0 comments on commit 728ebc7

Please sign in to comment.