Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 4299988

Browse files
committed
Return body and header in service
1 parent 4d007a0 commit 4299988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/exportService.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class {{{name}}} {
8484
},
8585
{{/if}}
8686
});
87-
return result.body;
87+
return { body: result.body, headers: result.headers };
8888
}
8989

9090
{{/each}}

0 commit comments

Comments
 (0)