mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-05 20:39:49 -06:00
chore(nx/server): set up e2e
This commit is contained in:
@@ -54,7 +54,7 @@ class IndexService {
|
||||
return;
|
||||
}
|
||||
|
||||
const aiEnabled = await options.getOptionBool('aiEnabled');
|
||||
const aiEnabled = options.getOptionOrNull('aiEnabled') === "true";
|
||||
if (!aiEnabled) {
|
||||
log.info("Index service: AI features disabled, skipping initialization");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user