mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
Fix lint warnings
This commit is contained in:
parent
0efd728154
commit
f9ff4226a7
2 changed files with 3 additions and 3 deletions
|
@ -15,17 +15,17 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import * as basicAuth from 'basic-auth'
|
||||
import * as express from 'express'
|
||||
import { VisibleConnectedDevicesManager } from '../connected-devices'
|
||||
import { Database } from '../database'
|
||||
import { WebsocketApi } from '../websocket'
|
||||
import { createAdminRouter } from './admin'
|
||||
import { createAuthRouter } from './auth'
|
||||
import { createChildRouter } from './child'
|
||||
import { createParentRouter } from './parent'
|
||||
import { createPurchaseRouter } from './purchase'
|
||||
import { createSyncRouter } from './sync'
|
||||
import { createAdminRouter } from './admin'
|
||||
import * as basicAuth from 'basic-auth'
|
||||
|
||||
const adminToken = process.env.ADMIN_TOKEN || ''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue