mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 09:20:22 +00:00
fix(android): remove self-update install flow
This commit is contained in:
@@ -240,12 +240,6 @@ const COMMAND_PROFILES: Record<string, CommandProfile> = {
|
||||
expect(readString(obj.diagnostics)).not.toBeNull();
|
||||
},
|
||||
},
|
||||
"app.update": {
|
||||
buildParams: () => ({}),
|
||||
timeoutMs: 20_000,
|
||||
outcome: "error",
|
||||
allowedErrorCodes: ["INVALID_REQUEST"],
|
||||
},
|
||||
};
|
||||
|
||||
function resolveGatewayConnection() {
|
||||
|
||||
Reference in New Issue
Block a user