-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MIM-1979] Mim 1979 refactor rss service #3021
Conversation
}).hits as unknown as Array<Content<Statistics & Statistic>> | ||
const serverOffsetInMS: number = parseInt(app.config?.['serverOffsetInMs']) || 0 | ||
const timeZoneIso: string = getTimeZoneIso(serverOffsetInMS) | ||
statistics.forEach((statistic) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From SonarCloud:
Cognitive Complexity of functions should not be too high typescript:S3776
Should we refactor this a little too?
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job 🌟
Link to ticket: MIM-1979