军团活动:修复没有拍卖行bug
This commit is contained in:
@@ -56,7 +56,7 @@ export class GmHandler {
|
||||
return await this.sendMail(gmmail, isPass, uid);
|
||||
}
|
||||
|
||||
async sendSserverMailTxt(msg: { id: string, isPass: boolean }, session: BackendSession) {
|
||||
async sendServerMailTxt(msg: { id: string, isPass: boolean }, session: BackendSession) {
|
||||
const uid: number = session.get('uid')
|
||||
let { id, isPass } = msg;
|
||||
let gmmail = await GMMailModel.getGmMailByIdAndType(id, GM_MAIL_TYPE.SERVER, false);
|
||||
|
||||
Reference in New Issue
Block a user