mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: format code
This commit is contained in:
parent
a1175bddcd
commit
0ab3b88250
@ -1156,8 +1156,17 @@
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"time": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"archived": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["time"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -6382,6 +6391,9 @@
|
||||
},
|
||||
"compacting": {
|
||||
"type": "number"
|
||||
},
|
||||
"archived": {
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"required": ["created", "updated"]
|
||||
@ -8095,6 +8107,9 @@
|
||||
"Path": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"home": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -8108,7 +8123,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["state", "config", "worktree", "directory"]
|
||||
"required": ["home", "state", "config", "worktree", "directory"]
|
||||
},
|
||||
"VcsInfo": {
|
||||
"type": "object",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user