This commit is contained in:
Manav Rathi
2024-07-05 19:36:35 +05:30
parent 547d03049a
commit d07a46f514

View File

@@ -244,7 +244,7 @@ const indexNextBatch = async (
) => {
// Don't try to index if we wouldn't be able to upload them anyway. The
// liveQ has already been drained, but that's fine, it'll be rare that we
// are able to upload just a bit ago but don't have network now.
// were able to upload just a bit ago but don't have network now.
if (!self.navigator.onLine) {
log.info("Skipping ML indexing since we are not online");
return false;