Skip to content

Commit

Permalink
fix eslint import error
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Sep 23, 2024
1 parent 1f7408e commit 2be0544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust-crypto/RoomEncryptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { HistoryVisibility } from "../@types/partials.ts";
import { OutgoingRequestsManager } from "./OutgoingRequestsManager.ts";
import { logDuration } from "../utils.ts";
import { KnownMembership } from "../@types/membership.ts";
import { CryptoMode } from "../crypto-api";
import { CryptoMode } from "../crypto-api/index.ts";

/**
* RoomEncryptor: responsible for encrypting messages to a given room
Expand Down

0 comments on commit 2be0544

Please sign in to comment.