Skip to content

Commit

Permalink
fix(artifactory-tools): added missing explicit type
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot committed Nov 11, 2024
1 parent 50a7e5e commit 6c36778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const winstonOptions = {
info.message = JSON.stringify(info.message, null, 3);
}

return info.message;
return info.message as string;
})
)
}
Expand Down

0 comments on commit 6c36778

Please sign in to comment.