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 5424732 commit b37aee4Copy full SHA for b37aee4
src/output/format-body/format-body.ts
@@ -1,7 +1,6 @@
1
'use strict';
2
3
-// @ts-ignore
4
-export function formatBody(logBody) {
+export function formatBody(logBody: any) {
5
const log = Object.assign({}, logBody);
6
7
delete log.name;
0 commit comments