Switched to using loads.orderby

This commit is contained in:
Jori Lallo
2016-05-25 23:17:57 -07:00
parent 2c85e8db3b
commit 8cdd781ce0
4 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import Router from 'koa-router';
import httpErrors from 'http-errors';
import _orderBy from 'lodash/orderby';
import _orderBy from 'lodash.orderby';
import auth from './authentication';
import pagination from './middlewares/pagination';

View File

@@ -1,4 +1,4 @@
import _orderBy from 'lodash/orderby';
import _orderBy from 'lodash.orderby';
import Document from './models/Document';
export function presentUser(user) {