mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix case sensitivity
This commit is contained in:
parent
823e12e4a8
commit
62f69a4bcd
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ Modules = require '../../infrastructure/Modules'
|
|||
ProjectEntityHandler = require './ProjectEntityHandler'
|
||||
crypto = require 'crypto'
|
||||
{ V1ConnectionError } = require '../Errors/Errors'
|
||||
Features = require('../../Infrastructure/Features')
|
||||
Features = require('../../infrastructure/Features')
|
||||
|
||||
module.exports = ProjectController =
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ describe "ProjectController", ->
|
|||
"../../infrastructure/Modules": @Modules
|
||||
"./ProjectEntityHandler": @ProjectEntityHandler
|
||||
"../Errors/Errors": Errors
|
||||
"../../Infrastructure/Features": @Features
|
||||
"../../infrastructure/Features": @Features
|
||||
|
||||
@projectName = "£12321jkj9ujkljds"
|
||||
@req =
|
||||
|
|
Loading…
Reference in a new issue