Skip to content

Commit

Permalink
tweaks to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Oct 16, 2024
1 parent 62c1ee3 commit 9775e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/sse.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def get_sse_subscribe_event_with_field_and_state(
example: `/{wallet_id}/credentials/connection_id/some-uuid/done` will stream a credential exchange event on a
specific connection with state done.
The field and field ID pair must be present in the payload (other than state) for the event to be streamed.
The stream will be closed after the first event is streamed.
The stream will be closed after the event is returned.
Parameters:
-----------
Expand Down

0 comments on commit 9775e81

Please sign in to comment.