chore: fixes bug with browser polyfill when sending heartbeats (#174)

* chore: fixes bug with browser polyfill when sending heartbeats

* chore: bump chrome version
This commit is contained in:
Juan Sebastian velez Posada
2023-02-27 11:05:28 -05:00
committed by GitHub
parent 35543489e5
commit 65c85d7264
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import browser from 'webextension-polyfill';
import config, { ApiStates } from '../config/config';
import changeExtensionIcon from './changeExtensionIcon';
import changeExtensionTooltip from './changeExtensionTooltip';