fix: deconstruct the reaction field (#937)
This commit is contained in:
Родитель
c32803f138
Коммит
223211a239
|
@ -5,7 +5,7 @@
|
|||
// https://developers.google.com/open-source/licenses/bsd
|
||||
|
||||
// Initialize the demo on install
|
||||
chrome.runtime.onInstalled.addListener((reason) => {
|
||||
chrome.runtime.onInstalled.addListener(({ reason }) => {
|
||||
if (reason !== chrome.runtime.OnInstalledReason.INSTALL) {
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче