You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(opossum-reporter): Fix type error in package type field
Not sure, why this hasn't surfaced before, because there was a type
mismatch. I want to use the toString() method instead of serializing
the enum. Enum serialization is inconsistent with toString() behavior
out of the box. Custom serializer does not seem to be a maintainable
option here.
Signed-off-by: alexzurbonsen <[email protected]>
0 commit comments