Skip to content

Commit c87ef47

Browse files
committed
Trello Updates fix: Upload more than one trello action
1 parent 59b9493 commit c87ef47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/management/commands/project_external_updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def push_trello_actions_to_db_and_get_latest(project, actions):
129129
action_date = action.action_date
130130
if action_date > last_update_time:
131131
last_update_time = action_date
132-
return last_update_time
132+
return last_update_time
133133

134134
def get_projects_with_trello_links():
135135
"""

0 commit comments

Comments
 (0)