修复服务端ts类型检查

This commit is contained in:
hanhh
2021-09-24 22:49:14 +08:00
parent 120599c778
commit 26d986d4a8
4 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -6,11 +6,11 @@ import * as fs from 'fs';
import _ from 'lodash';
import jwt from 'jsonwebtoken';
import { authenticator } from '@otplib/preset-default';
import { exec } from 'child_process';
import DataStore from 'nedb';
import { AuthDataType, AuthInfo, LoginStatus } from '../data/auth';
import { NotificationInfo } from '../data/notify';
import NotificationService from './notify';
import { Request } from 'express';
@Service()
export default class AuthService {