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 7924973 commit aff35fdCopy full SHA for aff35fd
src/nested.ts
@@ -122,7 +122,7 @@ export const NestedApi = ({ database }: { database: InternalDatabase }) => {
122
position: scaledPosition,
123
};
124
if (value !== undefined) entryValue.value = value;
125
- return database.addOperation({
+ return await database.addOperation({
126
op: "PUT",
127
key,
128
value: entryValue,
0 commit comments