mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix linting
This commit is contained in:
parent
f5ea7f2d77
commit
2ba78179f5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const async = require('async')
|
|||
const logger = require('logger-sharelatex')
|
||||
logger.logger.level('error')
|
||||
|
||||
const areFeaturesEqual = function(featuresA, featuresB) {
|
||||
const areFeaturesEqual = function (featuresA, featuresB) {
|
||||
for (const feature in featuresA) {
|
||||
if (featuresA[feature] !== featuresB[feature]) {
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue