Skip to content

Commit 79f1c27

Browse files
authored
Fix formatting in engage_docs.get_index call
1 parent 9ea7bf3 commit 79f1c27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

webapp/views.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ def canonical_days_index():
254254
active_count,
255255
current_total,
256256
) = engage_docs.get_index(
257-
limit,
258-
offset=None,
259-
tag_value="roadshow",
260-
key="type",
257+
limit,
258+
offset=None,
259+
tag_value="roadshow",
260+
key="type",
261261
value="roadshow"
262262
)
263263
total_pages = math.ceil(current_total / limit)

0 commit comments

Comments
 (0)