fix:syntax error

This commit is contained in:
手瓜一十雪 2024-02-29 00:50:57 +08:00
parent 66c823e3bd
commit f8bf5afd3d

View File

@ -10,7 +10,7 @@ export enum EventType {
export abstract class OB11BaseEvent {
time = Math.floor(Date.now() / 1000);;
time = Math.floor(Date.now() / 1000);
self_id = parseInt(selfInfo.uin);
post_type: EventType;
}