Skip to content

Commit 5b962e2

Browse files
author
harvey_xiang
committed
feat: update log
1 parent a91e3e2 commit 5b962e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/api/middleware/request_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def dispatch(self, request: Request, call_next: Callable) -> Response:
8282
# Process the request
8383
response = await call_next(request)
8484
end_time = time.time()
85-
content = await _tee_stream(response)
85+
content = _tee_stream(response)
8686

8787
if response.status_code == 200:
8888
logger.info(

0 commit comments

Comments
 (0)