Skip to content

Commit 0e4f667

Browse files
committed
fix name of variable
1 parent df39d68 commit 0e4f667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microSALT/utils/pubmlst/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class ResponseHandler(Enum):
132132
]
133133
)
134134

135-
pasteur_urls = add_prefix_to_rules(url_map, "/api")
135+
pasteur_urls = add_prefix_to_rules(pubmlst_urls, "/api")
136136

137137
URL_MAPS = {
138138
"pubmlst": pubmlst_urls,

0 commit comments

Comments
 (0)