Skip to content

Commit aa1f528

Browse files
fix: stringify the object
1 parent b7a7c9d commit aa1f528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/treaty2/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const createProxy = (
196196
continue
197197
}
198198

199-
append(key, `${value}`)
199+
append(key, JSON.stringify(value))
200200
}
201201
}
202202

0 commit comments

Comments
 (0)