mixpanel: fix doc_collections_total of localdocs_startup (#2270)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
pull/2274/head
Jared Van Bortel 2 weeks ago committed by GitHub
parent a14193623a
commit 6f38fde80b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)

Loading…
Cancel
Save