Switched to using loads.orderby
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import _orderBy from 'lodash/orderby';
|
||||
import _orderBy from 'lodash.orderby';
|
||||
import Document from './models/Document';
|
||||
|
||||
export function presentUser(user) {
|
||||
|
||||
Reference in New Issue
Block a user