We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51ace commit 068c3ceCopy full SHA for 068c3ce
src/templates/exportSaddlebackService.hbs
@@ -37,7 +37,7 @@ import getBaseConfig from '../../getBaseConfig';
37
*/
38
39
export const fetch{{{../name}}}{{pascalCase name}} = async ({{> saddlebackParameters}}): Promise<AxiosResponse<{{>result}}>> => {
40
- const setBaseConfig = getBaseConfig({
+ const setBaseConfig = await getBaseConfig({
41
{{#if parametersBody}}
42
data,
43
{{/if}}
0 commit comments