Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter authored Jul 18, 2024
1 parent 77c72ae commit afd6a07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def set_meta(
"""
app, seq_col = _get_collection(collection_name, firebase_credentials)
condition_dict = _sequence_to_db_object(condition)
seq_col.document(doc_meta).delete()
_set_meta(seq_col, condition_dict, doc_meta, is_append)
firebase_admin.delete_app(app)

Expand Down

0 comments on commit afd6a07

Please sign in to comment.