Skip to content

Commit aaa33d4

Browse files
committed
chore: not right not left not bottom but top
1 parent 30d9d17 commit aaa33d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/javascript/tests/client/createClient.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
{{/hasCustomHosts}}
4141
},
4242
{{#hasRegionalHost}}
43-
region: '{{{parametersWithDataTypeMap.region.value}}}' // @ts-ignore
43+
// @ts-ignore
44+
region: '{{{parametersWithDataTypeMap.region.value}}}'
4445
{{/hasRegionalHost}}
4546
})
4647
{{/isSearchClient}};

0 commit comments

Comments
 (0)