fix: sort everything by dateCreated descending

This commit is contained in:
thecodrr
2021-02-27 11:55:13 +05:00
parent bb41b8c9cb
commit 8eb590f9d2
5 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,4 @@
import Indexer from "./indexer";
import sort from "fast-sort";
import { EV, EVENTS } from "../common";
import IndexedCollection from "./indexed-collection";
export default class CachedCollection extends IndexedCollection {