Skip to content

Commit

Permalink
api/v1/ pubsub endpoints should be marked as "streaming" (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric authored Sep 27, 2023
1 parent 42424f4 commit 9604521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ async function handler(
}
}

export default withLogging(handler);
export default withLogging(handler, true);
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ async function handler(
}
}

export default withLogging(handler);
export default withLogging(handler, true);

0 comments on commit 9604521

Please sign in to comment.