Commented out apiKeyInvalidMessage() function call in historyMessagesBase.ts
This commit is contained in:
parent
8edb1cbded
commit
94c45654b9
@ -167,10 +167,10 @@ export async function historyMessagesBase(): Promise<LoadHistoryMessages | undef
|
||||
}
|
||||
updateCurrentMessageHistory(topicId!, logEntriesFlat);
|
||||
|
||||
const apiKeyMessage = await apiKeyInvalidMessage();
|
||||
if (apiKeyMessage !== undefined) {
|
||||
return apiKeyMessage;
|
||||
}
|
||||
// const apiKeyMessage = await apiKeyInvalidMessage();
|
||||
// if (apiKeyMessage !== undefined) {
|
||||
// return apiKeyMessage;
|
||||
// }
|
||||
|
||||
return {
|
||||
command: 'loadHistoryMessages',
|
||||
|
Loading…
x
Reference in New Issue
Block a user