File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ key definition.
225
225
226
226
const { resource : updated } = await container
227
227
.item (
228
- id = 'e379aea5-63f5-4623-9a9b-4cd9b33b91d5' ,
229
- partitionKeyValue = 'road-bikes'
228
+ 'e379aea5-63f5-4623-9a9b-4cd9b33b91d5' ,
229
+ 'road-bikes'
230
230
)
231
231
.patch (operations );
232
232
```
@@ -242,8 +242,8 @@ key definition.
242
242
243
243
const { resource : updated } = await container
244
244
.item (
245
- id = 'e379aea5-63f5-4623-9a9b-4cd9b33b91d5' ,
246
- partitionKeyValue = 'road-bikes'
245
+ 'e379aea5-63f5-4623-9a9b-4cd9b33b91d5' ,
246
+ 'road-bikes'
247
247
)
248
248
.patch (operations );
249
249
```
@@ -260,8 +260,8 @@ key definition.
260
260
261
261
const { resource : updated } = await container
262
262
.item (
263
- id = 'e379aea5-63f5-4623-9a9b-4cd9b33b91d5' ,
264
- partitionKeyValue = 'road-bikes'
263
+ 'e379aea5-63f5-4623-9a9b-4cd9b33b91d5' ,
264
+ 'road-bikes'
265
265
)
266
266
.patch (
267
267
body = operations ,
You can’t perform that action at this time.
0 commit comments