fix(gateway): stop pinning node commands to pairing state

This commit is contained in:
Peter Steinberger
2026-04-01 18:25:31 +09:00
parent fe57ee513f
commit f6317fb747
12 changed files with 71 additions and 222 deletions

View File

@@ -29,8 +29,6 @@ export type PendingRequest = {
coreVersion?: string;
uiVersion?: string;
remoteIp?: string;
isRepair?: boolean;
repairReason?: string;
ts: number;
};