Skip to content

Commit

Permalink
fix: incorrect event type for on_document_written_with_auth_context (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold authored Jul 12, 2024
1 parent 9481fe8 commit db1eb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firebase_functions/firestore_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def on_document_written_with_auth_context_wrapped(raw: _ce.CloudEvent):
_util.set_func_endpoint_attr(
on_document_written_with_auth_context_wrapped,
options._endpoint(
event_type=_event_type_written,
event_type=_event_type_written_with_auth_context,
func_name=func.__name__,
document_pattern=document_pattern,
),
Expand Down

0 comments on commit db1eb6c

Please sign in to comment.