From 42f1993f0c0438af3eaab5c69330b96311b8e0c4 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 14 Apr 2019 17:07:00 +0200 Subject: [PATCH] [mod] #1358: Remove Loki import --- app/modules/crawler/lib/sync/v2/GlobalIndexStream.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/modules/crawler/lib/sync/v2/GlobalIndexStream.ts b/app/modules/crawler/lib/sync/v2/GlobalIndexStream.ts index c78f85ead..10017b3a8 100644 --- a/app/modules/crawler/lib/sync/v2/GlobalIndexStream.ts +++ b/app/modules/crawler/lib/sync/v2/GlobalIndexStream.ts @@ -27,7 +27,6 @@ import {DataErrors} from "../../../../../lib/common-libs/errors" import {ProtocolIndexesStream} from "./ProtocolIndexesStream" const constants = require('../../constants') -const loki = require('lokijs') let sync_expires: number[] = [] let sync_bindex: anyĆ [] = [] -- GitLab