mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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) {
|
checkResourceFiles(resources, allFiles, basePath, callback) {
|
||||||
// check the paths are all relative to current directory
|
// check the paths are all relative to current directory
|
||||||
let file
|
|
||||||
const containsRelativePath = (resource) => {
|
const containsRelativePath = (resource) => {
|
||||||
const dirs = resource.path.split('/')
|
const dirs = resource.path.split('/')
|
||||||
return dirs.indexOf('..') !== -1
|
return dirs.indexOf('..') !== -1
|
||||||
|
|
Loading…
Reference in a new issue