We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c150a6 commit a36e689Copy full SHA for a36e689
src/nested.ts
@@ -154,7 +154,6 @@ export const NestedApi = ({ database }: { database: InternalDatabase }) => {
154
value: removeUndefineds(object!),
155
});
156
} else {
157
- console.log({ keyOrObject, val: removeUndefineds(keyOrObject) });
158
return await addOperation({
159
op: "INSERT",
160
key: null,
0 commit comments