mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
pluginfw: Delete unused return value
This commit is contained in:
parent
a145b97682
commit
5a865dfc7e
1 changed files with 0 additions and 1 deletions
|
@ -279,7 +279,6 @@ const findUnmet = (obj) => {
|
||||||
deps[d] = found;
|
deps[d] = found;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return obj;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const copy = (obj) => {
|
const copy = (obj) => {
|
||||||
|
|
Loading…
Reference in a new issue