fix: RebootNormol

This commit is contained in:
手瓜一十雪 2024-05-13 09:33:00 +08:00
parent 1c965ef515
commit 2062cd48ea

View File

@ -22,7 +22,7 @@ export class Reboot extends BaseAction<Payload, null> {
}
}
export class RebootNormol extends BaseAction<Payload, null> {
actionName = ActionName.Reboot;
actionName = ActionName.RebootNormol;
protected async _handle(payload: Payload): Promise<null> {
if (payload.delay) {