mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove unused var
This commit is contained in:
parent
df1caa14b8
commit
f20a0d1a69
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ module.exports = ResourceStateManager = {
|
|||
|
||||
checkResourceFiles(resources, allFiles, basePath, callback) {
|
||||
// check the paths are all relative to current directory
|
||||
let file
|
||||
const containsRelativePath = (resource) => {
|
||||
const dirs = resource.path.split('/')
|
||||
return dirs.indexOf('..') !== -1
|
||||
|
|
Loading…
Reference in a new issue