Skip to content

Commit

Permalink
Merge pull request #543 from robertatakenaka/remove_parametros_excede…
Browse files Browse the repository at this point in the history
…ntes

Remove parâmetros excedentes
  • Loading branch information
robertatakenaka authored Sep 30, 2024
2 parents ac6415a + 2d964b1 commit 6a669df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proc/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def task_migrate_and_publish_journals(
collection,
classic_website,
force_update,
force_import
)

qa_api_data = get_api_data(collection, "journal", "QA")
Expand Down Expand Up @@ -401,7 +400,6 @@ def task_migrate_and_publish_issues(
collection,
classic_website,
force_update,
force_import,
)

qa_api_data = get_api_data(collection, "issue", "QA")
Expand Down

0 comments on commit 6a669df

Please sign in to comment.