Skip to content

Commit

Permalink
Update user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Waikkii authored Sep 12, 2021
1 parent e9ce255 commit adaa3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ module.exports = class User {
if (body.code !== 200) {
throw new UserError(body.message || '删除账户错误,请重试', 240, body.code || 200);
}
this.#sendNotify('Ninja 运行通知', `用户 ${this.nickName}(${decodeURIComponent(this.pt_pin)}) 删号跑路了,CK将无法自动更新并会在不知道那天内自动失效`);
this.#sendNotify('Ninja 运行通知', `用户 ${this.remark}(${decodeURIComponent(this.remark)}) 删号跑路了,CK将无法自动更新并会在不知道那天内自动失效`);
return {
message: 'wskey账户已移除',
};
Expand Down

0 comments on commit adaa3a2

Please sign in to comment.