Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
michenly committed Jul 29, 2024
1 parent ebe125f commit 0abcf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/dev.env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare module '@shopify/remix-oxygen' {
* Declare local additions to the Remix loader context.
*/
export interface AppLoadContext
extends HydrogenContext<HydrogenSession, undefined, false, I18nLocale> {}
extends HydrogenContext<HydrogenSession, undefined, I18nLocale> {}
}

declare global {
Expand Down

0 comments on commit 0abcf47

Please sign in to comment.