Skip to content

Commit

Permalink
Fix: mni_consultar_processo.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jjesusfilho authored Oct 10, 2024
1 parent 06a1b25 commit db1cf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mni_consultar_processo.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mni_consultar_processo <- function(tribunal = "tjsp",

processo <- stringr::str_remove_all(processo,"\\D")

if (toupper(tribunal) = "STF"){
if (toupper(tribunal) == "STF"){
url <-"https://wst.stf.jus.br/servico-intercomunicacao-2.2.2/intercomunicacao?wsdl"
} else if (toupper(tribunal) == "TJSP"){

Expand Down

0 comments on commit db1cf40

Please sign in to comment.