Skip to content

Commit

Permalink
React/Sonar: void should not be used
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 10, 2024
1 parent 61119bf commit 4c0db0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { initReactI18next } from 'react-i18next';
import LanguageDetector from 'i18next-browser-languagedetector';
import Backend from 'i18next-http-backend';

void i18n
i18n
.use(Backend)
.use(LanguageDetector)
.use(initReactI18next)
Expand Down

0 comments on commit 4c0db0a

Please sign in to comment.