Add no-misused/floating-promises lint rule
This commit is contained in:
@@ -864,7 +864,7 @@ function groupCallStateChange(
|
||||
});
|
||||
|
||||
if (didSomeoneStartPresenting) {
|
||||
callingTones.someonePresenting();
|
||||
void callingTones.someonePresenting();
|
||||
}
|
||||
|
||||
if (payload.connectionState === GroupCallConnectionState.NotConnected) {
|
||||
@@ -978,7 +978,7 @@ function openSystemPreferencesAction(): ThunkAction<
|
||||
never
|
||||
> {
|
||||
return () => {
|
||||
openSystemPreferences();
|
||||
void openSystemPreferences();
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user