pluginfw: Delete unused return value

This commit is contained in:
Richard Hansen 2021-02-04 02:07:38 -05:00 committed by John McLear
parent a145b97682
commit 5a865dfc7e

View file

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