We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f56a91 commit 8ea1bebCopy full SHA for 8ea1beb
1 file changed
scripts/generator-adapter/generators/app/templates/src/index.ts.ejs
@@ -9,7 +9,7 @@ export const adapter = new Adapter({
9
<% } -%><%= ' ' %> defaultEndpoint: <%= defaultEndpoint.normalizedEndpointName %>.name,
10
<% if (includeComments) { -%>
11
// Adapter name
12
-<% } -%><%= ' ' %> name: '<%= adapterName.toUpperCase().replace('-', '_') %>',
+<% } -%><%= ' ' %> name: '<%= adapterName.toUpperCase().replaceAll('-', '_') %>',
13
14
// Adapter configuration (environment variables)
15
<% } -%><%= ' ' %> config,
0 commit comments