mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Fix case sensitivity
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user