mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
Fixed missing returning statement when updating Writeable
This commit is contained in:
@@ -15,5 +15,7 @@ chrome.storage.local.onChanged.addListener(changes => {
|
||||
for (let updatedStorageName of Object.keys(changes)) {
|
||||
storages[updatedStorageName] = changes[updatedStorageName].newValue;
|
||||
}
|
||||
|
||||
return storages;
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user