Skip to content

Fix report API

Matthieu requested to merge fix_report into master

Since the Status class is now open, the report API function had a type issue since there was a type wildcard in one of the arguments. Fixed by adding @JvmSuppressWildcards annotation.

Merge request reports