1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Minor code review: remove pointless argument

This commit is contained in:
Raymond Hill 2023-10-30 14:02:47 -04:00
parent 2344cbdeca
commit 19d6d7ff5c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 = [];