Skip to content

Commit

Permalink
Reorder imports to convention
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens authored Mar 17, 2020
1 parent 6625b09 commit 61de292
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
* under the License.
*/

import { BOOLEAN } from './shared';

const _ = require('lodash');

import { BOOLEAN } from './shared';

export default function(api) {
api.addEndpointDescription('put_mapping', {
priority: 10, // collides with put doc by id
Expand Down

0 comments on commit 61de292

Please sign in to comment.