From 8f4d52590a5ca8ca68cc8ba1468a1f9d151472fd Mon Sep 17 00:00:00 2001 From: JAugustoM Date: Mon, 16 Dec 2024 16:56:14 -0300 Subject: [PATCH] [FIX] Adicionar demanda funcionando --- catavento/lib/bloc/demanda_bloc.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catavento/lib/bloc/demanda_bloc.dart b/catavento/lib/bloc/demanda_bloc.dart index be0f2fa..e822279 100644 --- a/catavento/lib/bloc/demanda_bloc.dart +++ b/catavento/lib/bloc/demanda_bloc.dart @@ -78,7 +78,6 @@ class DemandaBloc extends Bloc { final dataAdicao = DateFormat(timeFormat).format(DateTime.now()); - print('Teste'); print(event.descricao); final demanda = { @@ -88,7 +87,7 @@ class DemandaBloc extends Bloc { 'status_cobertura': 0, 'status_aplique': 0, 'data_adicao': dataAdicao, - 'prioridade': 'media', + 'loja': 'Não especificada', }; if (fotoUrl != null) {