From 4956cf9d8d8e077b8c7ef5b09ded3ada548f1771 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Mon, 15 Mar 2021 12:35:23 +1000 Subject: [PATCH] Fix linting --- src/content/autofiller.ts | 2 +- src/popup/vault/add-edit.component.html | 2 +- src/services/autofill.service.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/autofiller.ts b/src/content/autofiller.ts index 58de1c237bc..2a1af3c8d22 100644 --- a/src/content/autofiller.ts +++ b/src/content/autofiller.ts @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', event => { let delayFillTimeout: number; setInterval(() => doFillIfNeeded(), 500); - + chrome.runtime.onMessage.addListener((msg: any, sender: any, sendResponse: Function) => { if (msg.command === 'fillForm' && pageHref === msg.url) { filledThisHref = true; diff --git a/src/popup/vault/add-edit.component.html b/src/popup/vault/add-edit.component.html index 1dd3c6b6514..11cfbaf4d18 100644 --- a/src/popup/vault/add-edit.component.html +++ b/src/popup/vault/add-edit.component.html @@ -266,7 +266,7 @@ - +