chore: remove trailing comma

This commit is contained in:
Alisson Santos 2024-01-31 17:35:17 -03:00
parent 6cb7452306
commit bb995317cc

View File

@ -6,7 +6,7 @@ import { ptBR } from './pt-BR';
const messages = {
'en-US': enUS,
'it-IT': itIT,
'pt-BR': ptBR,
'pt-BR': ptBR
};
type NestedPartial<T> = {