From f5b356cb2f405fff4583cb4b145ab55414daa124 Mon Sep 17 00:00:00 2001 From: Andrey Goncharov Date: Thu, 20 Jan 2022 07:25:32 -0800 Subject: [PATCH] Remove dead code from GraghQL plugin Summary: Did not find any usage of getQueryFromQueryId.tsx Differential Revision: D33658515 fbshipit-source-id: 93f0a42ef30de158dbdb3d8d70559a87839522b0 --- desktop/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/.eslintrc.js b/desktop/.eslintrc.js index 07b493801..365fb3699 100644 --- a/desktop/.eslintrc.js +++ b/desktop/.eslintrc.js @@ -258,7 +258,6 @@ module.exports = { 'plugins/**/__tests__/*.ts', 'plugins/postinstall.ts', // TODO: Remove specific plugin overrides down below - 'plugins/fb/graphql/data/getQueryFromQueryId.tsx', 'plugins/fb/kaios-portal/kaios-debugger-client/client.tsx', 'plugins/public/reactdevtools/index.tsx', ],