fix rebase mistake

This commit is contained in:
Bruno Windels 2021-09-06 13:09:16 +02:00
parent ae5a4f0051
commit 35f8c40a0c

View file

@ -14,19 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
<<<<<<< HEAD:src/matrix/storage/idb/stores/TimelineEventStore.ts
import {EventKey} from "../../../room/timeline/EventKey.js";
import {EventKey} from "../../../room/timeline/EventKey";
import { StorageError } from "../../common";
import { encodeUint32 } from "../utils";
import {KeyLimits} from "../../common";
import {Store} from "../Store";
import {TimelineEvent, StateEvent} from "../../types";
=======
import {EventKey} from "../../../room/timeline/EventKey";
import { StorageError } from "../../common.js";
import { encodeUint32 } from "../utils.js";
import {KeyLimits} from "../../common.js";
>>>>>>> b01c3283 (convert EventKey to ts):src/matrix/storage/idb/stores/TimelineEventStore.js
interface Annotation {
count: number;