Skip to content

Commit

Permalink
Fixed duplicate require of common module (#11471)
Browse files Browse the repository at this point in the history
no-issue

This was a local change that got forgotten in the previous cherrypick
  • Loading branch information
allouis committed Dec 18, 2019
1 parent 465d1ed commit de65a15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/server/web/site/app.js
Expand Up @@ -7,7 +7,6 @@ const common = require('../../lib/common');

// App requires
const config = require('../../config');
const common = require('../../lib/common');
const apps = require('../../services/apps');
const constants = require('../../lib/constants');
const storage = require('../../adapters/storage');
Expand Down

0 comments on commit de65a15

Please sign in to comment.