Mark unawaited

This commit is contained in:
Manav Rathi
2024-09-21 12:18:54 +05:30
parent 5760b6a56b
commit 6d7a6b86f7

View File

@@ -118,7 +118,7 @@ const CollectionOptions = (props: CollectionOptionsProps) => {
} catch (e) {
handleError(e);
} finally {
syncWithRemote(false, true);
void syncWithRemote(false, true);
finishLoading();
}
};