Skip to content

Commit

Permalink
fix: remove backquote (#7246)
Browse files Browse the repository at this point in the history
* fix: remove backquote

* fix: wrong fn name

* builid: format changeset
  • Loading branch information
grixu authored Aug 27, 2024
1 parent 8b83581 commit 03a0308
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-turtles-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/nuxt": major
---

**[FIXED]** Removed backquote from defineSdkConfig.template
4 changes: 2 additions & 2 deletions packages/nuxt/src/runtime/defineSdkConfig.template
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function defineSdkConfig<TConfig>(config: Config<TConfig>) {
}
}

function resolveSdkOptions(
function resolveOptions(
input: SdkModuleOptions,
options: Partial<ResolveSdkOptionsConfig> = {}
): SdkModuleOptions {
Expand All @@ -107,7 +107,7 @@ function resolveSdkOptions(
},
multistore: {
enabled: true,
},`
},
};
}

Expand Down

0 comments on commit 03a0308

Please sign in to comment.