提交 a8e8ceb6 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

code clean

上级 19f846be
// The npm package of my best choice for QR code decoding on Angular SPA
// https://dev.to/j_sakamoto/the-npm-package-of-my-best-choice-for-qr-code-decoding-on-angular-spa-4747?returning-user=true
import jsQR from 'jsqr'
import Jimp from 'jimp'
......
......@@ -413,7 +413,7 @@ export class PuppetPuppeteer extends Puppet {
public async messageFile(messageId: string): Promise<FileBox> {
const rawPayload = await this.messageRawPayload(messageId)
const fileBox = await this.messageRawPayloadToFile(rawPayload)
const fileBox = await this.messageRawPayloadToFile(rawPayload)
return fileBox
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册