Skip to content

Commit

Permalink
correção petpg
Browse files Browse the repository at this point in the history
  • Loading branch information
jjesusfilho committed Jun 24, 2024
1 parent 519750b commit 974c8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/tjsp_pet_dados.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @export

tjsp_pet_dados <- function(processo,
instancia = "PG",
instancia = "pg",
diretorio = "."
){

Expand Down Expand Up @@ -68,6 +68,6 @@ tjsp_pet_dados <- function(processo,

httr::GET(url1, httr::write_disk(arquivo, overwrite = T))

}, NULL))
}, NULL), .progress =TRUE)

}

0 comments on commit 974c8f4

Please sign in to comment.