将 consts 整理到几个文件中
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { GOOD_QUALITY } from './../consts/consts';
|
||||
import { GOOD_QUALITY } from './../consts';
|
||||
import { RoleModel } from "../db/Role";
|
||||
import * as Redis from 'redis';
|
||||
import {REDIS_KEY} from '../consts/consts'
|
||||
import {REDIS_KEY} from '../consts'
|
||||
import { GameModel } from "../db/Game";
|
||||
import { promisifyAll } from 'bluebird';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user