Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 12, 2025
1 parent a1d3ebe commit adf9d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapackage_pipelines_budgetkey/processors/add_doc_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def flow(parameters):

return Flow(
add_field('doc_id', 'string', get_doc_id(key_pattern), **{'es:index': False}),
add_field('item-url', 'string', get_item_link(key_pattern), **{'es:index': False}),
add_field('item-url', 'string', get_item_url(key_pattern), **{'es:index': False}),
)


Expand Down

0 comments on commit adf9d2d

Please sign in to comment.