caverav / auditforge

Void operators found JS-0098
Anti-pattern
Minor
2 occurrences in this check
Expected 'undefined' and instead saw 'void'
348        phone: '',
349        cell: '',
350      });
351      void fetchClients();352    } catch (error) {
353      toast.error(t('msg.clientEmailError'));
354      setError('Error updating client');
Expected 'undefined' and instead saw 'void'
281        phone: '',
282        cell: '',
283      });
284      void fetchClients();285    } catch (error) {
286      toast.error(t('msg.clientEmailError'));
287      setError('Error creating client');