From 28e735a4c51569236cf0a75a6056ba084fb5502c Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 16 Mar 2020 10:55:47 -0700 Subject: [PATCH] Fix prettier error (#893) Summary: ^ Pull Request resolved: https://github.com/facebook/flipper/pull/893 Test Plan: eyes Reviewed By: nikoant Differential Revision: D20469555 Pulled By: passy fbshipit-source-id: 70e3ebbc8a65de5f2fc407b9435d5b249f158f00 --- desktop/static/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/static/main.ts b/desktop/static/main.ts index 841828cab..cc6cbe2cf 100644 --- a/desktop/static/main.ts +++ b/desktop/static/main.ts @@ -207,7 +207,6 @@ app.on('ready', () => { }); }); - function configureSession() { session.defaultSession.webRequest.onBeforeSendHeaders( {