Merge pull request #52 from wagesj45/codex/fix-details-popup-error
Fix missing getCachedResult export
This commit is contained in:
commit
b470fcd600
1 changed files with 1 additions and 1 deletions
|
@ -387,4 +387,4 @@ async function classifyText(text, criterion, cacheKey = null) {
|
|||
}
|
||||
}
|
||||
|
||||
export { classifyText, classifyTextSync, setConfig, removeCacheEntries, getReason };
|
||||
export { classifyText, classifyTextSync, setConfig, removeCacheEntries, getReason, getCachedResult };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue