mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Minor code review: remove pointless argument
This commit is contained in:
parent
2344cbdeca
commit
19d6d7ff5c
1 changed files with 1 additions and 1 deletions
|
@ -1192,7 +1192,7 @@ const getAssetDiffDetails = assetKey => {
|
|||
};
|
||||
|
||||
async function diffUpdater() {
|
||||
const toUpdate = await getUpdateCandidates(true);
|
||||
const toUpdate = await getUpdateCandidates();
|
||||
const now = Date.now();
|
||||
const toHardUpdate = [];
|
||||
const toSoftUpdate = [];
|
||||
|
|
Loading…
Reference in a new issue