mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-04 23:30:19 +01:00
chore: correct log message context in EditController abort controller cleanup
This commit is contained in:
parent
313b455613
commit
fe0591d2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ const EditController = async (req, res, next, initializeClient) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (abortKey) {
|
if (abortKey) {
|
||||||
logger.debug('[AskController] Cleaning up abort controller');
|
logger.debug('[EditController] Cleaning up abort controller');
|
||||||
cleanupAbortController(abortKey);
|
cleanupAbortController(abortKey);
|
||||||
abortKey = null;
|
abortKey = null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue