RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/version-check/server/functions/getNewUpdates.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function getNewUpdates has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getNewUpdates = async () => {
    try {
        const uniqueID = await Settings.findOne('uniqueID');

        if (!uniqueID) {
Severity: Major
Found in apps/meteor/app/version-check/server/functions/getNewUpdates.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status