chore: correct log message context in EditController abort controller cleanup

This commit is contained in:
Danny Avila 2025-06-21 14:46:54 -04:00
parent 313b455613
commit fe0591d2a2
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -84,7 +84,7 @@ const EditController = async (req, res, next, initializeClient) => {
}
if (abortKey) {
logger.debug('[AskController] Cleaning up abort controller');
logger.debug('[EditController] Cleaning up abort controller');
cleanupAbortController(abortKey);
abortKey = null;
}