Skip to content

Commit

Permalink
fix: more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Oct 29, 2021
1 parent e108e5e commit d372711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/handlers/treeHandler.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
const express = require('express');
const log = require("loglevel");
const treeRouter = express.Router();
const Joi = require('joi');

const treeRouter = express.Router();

const { createTree, treeFromRequest, potentialMatches } = require('../models/tree');
const { dispatch } = require('../models/DomainEvent');

Expand Down

0 comments on commit d372711

Please sign in to comment.