Skip to content

Commit 92a9152

Browse files
committed
fix(macos): add sqlitePath to CronSchedulerStatus type
1 parent bf640a0 commit 92a9152

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/macos/Sources/OpenClaw/GatewayConnection.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ extension GatewayConnection {
775775
struct CronSchedulerStatus: Decodable {
776776
let enabled: Bool
777777
let storePath: String
778+
let sqlitePath: String?
778779
let jobs: Int
779780
let nextWakeAtMs: Int?
780781
}

0 commit comments

Comments
 (0)