From 8d0452d16b3923c89f0bb451bbbfbb9e4361f498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20=C5=A0korpil?= Date: Tue, 22 Nov 2022 11:00:24 +0100 Subject: [PATCH] Set mastodon page limit to 40 --- application/package.json | 3 +-- application/src/Storage/Nodes/assertNodeIndex.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/application/package.json b/application/package.json index c0d58fc..2ab517d 100644 --- a/application/package.json +++ b/application/package.json @@ -76,6 +76,5 @@ "eslintIgnore": [ "dist", "node_modules" - ], - "prettier": "prettier-config-standard" + ] } diff --git a/application/src/Storage/Nodes/assertNodeIndex.ts b/application/src/Storage/Nodes/assertNodeIndex.ts index 21ee03e..e6fd1a5 100644 --- a/application/src/Storage/Nodes/assertNodeIndex.ts +++ b/application/src/Storage/Nodes/assertNodeIndex.ts @@ -9,7 +9,6 @@ const assertNodeIndex = async (elastic: ElasticClient): Promise => { description: 'Default node pipeline', processors: [ { - // @ts-expect-error geoip: { ignore_missing: true, field: 'serverIps',