Skip to content

Commit

Permalink
23059 NR expiry should have a transaction (#1573)
Browse files Browse the repository at this point in the history
* log a transaction when an NR expired

* fix: the newest namex wasn't pulled
  • Loading branch information
eve-git authored Sep 11, 2024
1 parent 3ef3a6b commit 25fe846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/nr-day-job/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache Software License Version 2.0"

[tool.poetry.dependencies]
python = "^3.12"
namex = { git = "https://github.com/bcgov/namex.git", subdirectory = "api" }
namex = { git = "https://github.com/bcgov/namex.git", subdirectory = "api", rev = "main"}
gcp_queue = { git = "https://github.com/bcgov/namex.git", subdirectory = "services/pubsub" }
# flask-jwt-oidc = { git = "https://github.com/thorwolpert/flask-jwt-oidc.git" }
flask-jwt-oidc = { git = "https://github.com/bolyachevets/flask-jwt-oidc.git", branch = "bump-flask-version" }
Expand Down

0 comments on commit 25fe846

Please sign in to comment.