You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/django/bot_telemetry_middleware.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ def retrieve_bot_body():
13
13
"""
14
14
Retrieve the POST body text from temporary cache.
15
15
16
-
The POST body corresponds to the thread ID and should reside in cache just for the lifetime of a request.
16
+
The POST body corresponds to the thread ID and must reside in the cache just for the lifetime of the request.
0 commit comments