Skip to content

Commit b37aee4

Browse files
sonicoder86ngabor84
andcommitted
fix(typescript): add any type instead of ts ignore
EME-5173 Co-authored-by: Gabor Nemeth <gabor.nemeth@emarsys.com>
1 parent 5424732 commit b37aee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/output/format-body/format-body.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

3-
// @ts-ignore
4-
export function formatBody(logBody) {
3+
export function formatBody(logBody: any) {
54
const log = Object.assign({}, logBody);
65

76
delete log.name;

0 commit comments

Comments
 (0)