summaryrefslogtreecommitdiff
path: root/src/api/endpoints/app/create.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-04 14:52:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-04 14:52:33 +0900
commitbcd65d290d25219631bb47570478378a698d0fa0 (patch)
treede3630065fcddeb1916668ef3b0b43a219340e2e /src/api/endpoints/app/create.ts
parentwip (diff)
downloadsharkey-bcd65d290d25219631bb47570478378a698d0fa0.tar.gz
sharkey-bcd65d290d25219631bb47570478378a698d0fa0.tar.bz2
sharkey-bcd65d290d25219631bb47570478378a698d0fa0.zip
wip
Diffstat (limited to 'src/api/endpoints/app/create.ts')
-rw-r--r--src/api/endpoints/app/create.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/endpoints/app/create.ts b/src/api/endpoints/app/create.ts
index 71633f7def..0f688792a7 100644
--- a/src/api/endpoints/app/create.ts
+++ b/src/api/endpoints/app/create.ts
@@ -3,8 +3,7 @@
*/
import rndstr from 'rndstr';
import $ from 'cafy';
-import App from '../../models/app';
-import { isValidNameId }, { pack } from '../../models/app';
+import App, { isValidNameId, pack } from '../../models/app';
/**
* @swagger