mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
refactor: remove session syncing metadata
This commit is contained in:
@@ -298,9 +298,6 @@ export const SessionsPatchParamsSchema = Type.Object(
|
||||
Type.Null(),
|
||||
]),
|
||||
),
|
||||
syncing: Type.Optional(
|
||||
Type.Union([Type.Boolean(), NonEmptyString, Type.Null()]),
|
||||
),
|
||||
},
|
||||
{ additionalProperties: false },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user