Skip to content

Commit

Permalink
small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
targoninc-alex committed Jun 30, 2024
1 parent cda666c commit d77d719
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/features/liveFeature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {ReceivableMessage} from "../models/receivableMessage";
import Jimp from "jimp";
import {UiChannel} from "../models/uiChannel";
import {ChannelProcessor} from "./messaging/channelProcessor";
import fs from "fs";
import {WritableAttachment} from "../models/writableAttachment";
import {AttachmentProcessor} from "./messaging/attachmentProcessor";

Expand Down
1 change: 0 additions & 1 deletion src/features/messaging/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {safeUser} from "../authentication/actions";
import {ReceivableMessage} from "../../models/receivableMessage";
import {UiChannel} from "../../models/uiChannel";
import {ChannelProcessor} from "./channelProcessor";
import fs from "fs";
import {AttachmentProcessor} from "./attachmentProcessor";

export class MessagingEndpoints {
Expand Down

0 comments on commit d77d719

Please sign in to comment.