RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/integrations/server/methods/outgoing/replayOutgoingIntegration.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function replayOutgoingIntegration has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async replayOutgoingIntegration({ integrationId, historyId }) {
        let integration;

        if (!this.userId) {
            throw new Meteor.Error('not_authorized', 'Unauthorized', {

    There are no issues that match your filters.

    Category
    Status