Remove unused import.

This commit is contained in:
Julien Fontanet 2015-06-15 16:24:47 +02:00
parent 2b768d2fb5
commit ee17336d64

View File

@ -1,7 +1,3 @@
import {Unauthorized} from '../api-errors'
// ===================================================================
// TODO: Prevent token connections from creating tokens.
// TODO: Token permission.
export async function create () {