pluginfw: Delete unused return value
parent
a145b97682
commit
5a865dfc7e
|
@ -279,7 +279,6 @@ const findUnmet = (obj) => {
|
|||
deps[d] = found;
|
||||
}
|
||||
}
|
||||
return obj;
|
||||
};
|
||||
|
||||
const copy = (obj) => {
|
||||
|
|
Loading…
Reference in New Issue