Mark unawaited
This commit is contained in:
@@ -118,7 +118,7 @@ const CollectionOptions = (props: CollectionOptionsProps) => {
|
||||
} catch (e) {
|
||||
handleError(e);
|
||||
} finally {
|
||||
syncWithRemote(false, true);
|
||||
void syncWithRemote(false, true);
|
||||
finishLoading();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user