Commit 24a0a32
🧹 Fix unsafe any type in isObject parameter
Updates the type guard `isObject` in `src/core/json-utils.ts` to use `unknown` instead of `any` for its argument. This ensures better type safety without changing functionality.
Co-authored-by: zknpr <96851588+zknpr@users.noreply.github.com>1 parent 189aee5 commit 24a0a32
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
0 commit comments