pluginfw: Delete unused return value

pull/4675/head^2
Richard Hansen 2021-02-04 02:07:38 -05:00 committed by John McLear
parent a145b97682
commit 5a865dfc7e
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ const findUnmet = (obj) => {
deps[d] = found; deps[d] = found;
} }
} }
return obj;
}; };
const copy = (obj) => { const copy = (obj) => {