mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Minify: Un-export requestURI()
Nobody outside this file uses it.
This commit is contained in:
parent
d9607f7c66
commit
a952df2cf5
1 changed files with 0 additions and 1 deletions
|
@ -384,7 +384,6 @@ const getFile = (filename, callback) => {
|
|||
|
||||
exports.minify = minify;
|
||||
|
||||
exports.requestURI = requestURI;
|
||||
exports.requestURIs = requestURIs;
|
||||
|
||||
exports.shutdown = async (hookName, context) => {
|
||||
|
|
Loading…
Reference in a new issue