Skip to content

Commit 293cc0f

Browse files
Update command.js.twig
1 parent 961c346 commit 293cc0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cli/lib/commands/command.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const {{ service.name | caseLower }}{{ method.name | caseUcfirst }} = async ({ {
104104
fs.unlinkSync(archivePath);
105105
throw err
106106
});{% endif %}
107+
107108
} else {
108109
const streamFilePath = payload['{{ parameter.name }}'];
109110
let id = undefined;

0 commit comments

Comments
 (0)