Skip to content

Commit

Permalink
Ensure API version is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Nov 8, 2024
1 parent c97b7d9 commit cf36416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbn_survey_image_service/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
app.add_api(
"openapi.yaml",
arguments={
"version": version,
"version": str(version),
"base_href": ENV.BASE_HREF,
},
)
Expand Down

0 comments on commit cf36416

Please sign in to comment.