Use safe remove (#9933)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-09-25 10:15:05 +07:00
committed by GitHub
parent 19a86a41b5
commit ec4331ec9e
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -69,6 +69,7 @@ export type JsonPatch =
| { op: 'test', path: string, value: any }
| { hop: 'add', path: string, value: any, safe?: boolean }
| { hop: 'inc', path: string, value: number, safe?: boolean }
| { hop: 'remove', path: string, safe?: boolean }
export interface HulyResponse<Body = ArrayBuffer | string | any> {
ok: boolean
+1 -1
View File
@@ -1 +1 @@
hulylake hardcoreeng/service_hulylake:0.1.8
hulylake hardcoreeng/service_hulylake:0.1.9