mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-11 11:53:46 +02:00
Remove unused import
This commit is contained in:
parent
c432310cae
commit
de9bd2651b
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
import * as Koa from 'koa';
|
||||
import * as bcrypt from 'bcryptjs';
|
||||
import * as speakeasy from 'speakeasy';
|
||||
import { publishMainStream } from '../../../services/stream';
|
||||
import signin from '../common/signin';
|
||||
import config from '../../../config';
|
||||
import { Users, Signins, UserProfiles, UserSecurityKeys, AttestationChallenges } from '../../../models';
|
||||
|
|
Loading…
Reference in a new issue