Skip to content

Commit

Permalink
version update & rm invoice_id from supported sort
Browse files Browse the repository at this point in the history
Signed-off-by: Shaanjot Gill <[email protected]>
  • Loading branch information
shaangill025 committed Feb 25, 2025
1 parent 4ebc2c5 commit 986df68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion strr-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "strr-api"
version = "0.0.45"
version = "0.0.46"
description = ""
authors = ["thorwolpert <[email protected]>"]
license = "BSD 3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion strr-api/src/strr_api/resources/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
logger = logging.getLogger("api")
bp = Blueprint("applications", __name__)

VALID_SORT_FIELDS = ["application_date", "id", "application_number", "decision_date", "invoice_id"]
VALID_SORT_FIELDS = ["application_date", "id", "application_number", "decision_date"]


@bp.route("", methods=("POST",))
Expand Down

0 comments on commit 986df68

Please sign in to comment.