Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 67bceee

Browse files
authored
Merge pull request #66 from Human-Connection/bugfix/performance-issues
commented out following
2 parents 7e5843c + eea9e3a commit 67bceee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/services/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const badges = require('./badges/badges.service.js');
1212
const emotions = require('./emotions/emotions.service.js');
1313
const organizations = require('./organizations/organizations.service.js');
1414
const projects = require('./projects/projects.service.js');
15-
const follows = require('./follows/follows.service.js');
15+
// const follows = require('./follows/follows.service.js');
1616
const shouts = require('./shouts/shouts.service.js');
1717
const admin = require('./admin/admin.service.js');
1818
const invites = require('./invites/invites.service.js');
@@ -38,7 +38,7 @@ module.exports = function () {
3838
app.configure(emotions);
3939
app.configure(organizations);
4040
app.configure(projects);
41-
app.configure(follows);
41+
// app.configure(follows);
4242
app.configure(shouts);
4343
app.configure(admin);
4444
app.configure(invites);

0 commit comments

Comments
 (0)