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',