Skip to content

Commit 09eee3c

Browse files
rylndJackymancs4
authored andcommitted
style: lint
1 parent 81465ab commit 09eee3c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/routes/avatars.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import Router from 'express';
2-
import uuid from 'uuid'
2+
import uuid from 'uuid';
33

4-
import {
5-
allNames,
6-
pathFor,
7-
} from '../lib/imageFiles';
4+
import { allNames, pathFor } from '../lib/imageFiles';
85
import common from './common';
96
import { combine } from '../lib/imager';
107
import potato from '../lib/potato';

0 commit comments

Comments
 (0)