style: 标准化

This commit is contained in:
手瓜一十雪
2024-10-15 09:20:54 +08:00
parent 169ae6a4d0
commit f9e44820c1
8 changed files with 12 additions and 22 deletions

View File

@@ -1,8 +1,6 @@
import BaseAction from '../BaseAction';
import { ActionName } from '../types';
import { FromSchema, JSONSchema } from 'json-schema-to-ts';
import { PacketMsgTextElement } from "@/core/packet/msg/element";
import { SendTextElement } from "@/core";
const SchemaData = {

View File

@@ -58,7 +58,7 @@ export default class GetRecord extends GetFileBase {
}
});
ffmpeg.on('error', (error) => {
ffmpeg.on('error', (error: Error) => {
reject(error);
});
});