RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/emoji-custom/server/lib/uploadEmojiCustom.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export async function uploadEmojiCustomWithBuffer(
    userId: string | null,
    buffer: Buffer,
    contentType: string,
    emojiData: EmojiData,
Severity: Minor
Found in apps/meteor/app/emoji-custom/server/lib/uploadEmojiCustom.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status