mixpanel: fix doc_collections_total of localdocs_startup (#2270)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-04-26 14:05:47 -04:00 committed by GitHub
parent a14193623a
commit 6f38fde80b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -972,7 +972,7 @@ int Database::addCurrentFolders()
updateIndexingStatus();
return nAdded;
return collections.count() + nAdded;
}
bool Database::addFolder(const QString &collection, const QString &path, bool fromDb)