Skip to content

Commit

Permalink
Fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Jun 18, 2024
1 parent 6838092 commit 40e6d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/app_manager/fixtures/mobile_ucr.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def get_report_element(
row_elements = []
row_index = 0
rows = report_data_cache.get_data(report_config.uuid, data_source)
if len(rows) > settings.MAX_MOBIE_UCR_SIZE:
if len(rows) > settings.MAX_MOBILE_UCR_SIZE:
raise MobileUCRTooLargeException
for row_index, row in enumerate(rows):
row_elements.append(row_to_element(deferred_fields, filter_options_by_field, row, row_index))
Expand Down

0 comments on commit 40e6d18

Please sign in to comment.