Omkar008 commited on
Commit
0f20ab3
·
verified ·
1 Parent(s): 6d9b971

Update extract_and_store_supabase.py

Browse files
Files changed (1) hide show
  1. extract_and_store_supabase.py +1 -1
extract_and_store_supabase.py CHANGED
@@ -25,7 +25,7 @@ def extract_structure_store_message(user_id:str,message_id:str , attachment_id:s
25
  "skipHumanReview": True,
26
  "rawDocument": {
27
  "mimeType": f"application/{attachment_extension}",
28
- "content": base64_content
29
  }
30
  }
31
 
 
25
  "skipHumanReview": True,
26
  "rawDocument": {
27
  "mimeType": f"application/{attachment_extension}",
28
+ "content": base64_data
29
  }
30
  }
31