awacke1 commited on
Commit
2156133
·
verified ·
1 Parent(s): d9b526b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -755,7 +755,7 @@ def main():
755
  current_doc = json.loads(doc_str)
756
  options = {
757
  'enableCrossPartitionQuery': True,
758
- 'partitionKey': '/id'
759
  }
760
  response = container.delete_item(
761
  item=current_doc['id'],
 
755
  current_doc = json.loads(doc_str)
756
  options = {
757
  'enableCrossPartitionQuery': True,
758
+ 'partitionKey': '/Id'
759
  }
760
  response = container.delete_item(
761
  item=current_doc['id'],