mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix typo
This commit is contained in:
parent
f3adf5a653
commit
96e9d8b0ec
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ domain = require("domain")
|
|||
appIsOk = true
|
||||
app = express()
|
||||
|
||||
if Settings.sentry?.dsn?
|
||||
logger.initializeErrorReporting(Settings.sentry.dsn)
|
||||
if settings.sentry?.dsn?
|
||||
logger.initializeErrorReporting(settings.sentry.dsn)
|
||||
|
||||
Metrics = require "metrics-sharelatex"
|
||||
Metrics.initialize("filestore")
|
||||
|
|
Loading…
Reference in a new issue