Skip to content

Commit

Permalink
Merge pull request #7788 from ckan/not-side-effect-free
Browse files Browse the repository at this point in the history
Don't allow get requests for activity_create
  • Loading branch information
wardi committed Sep 14, 2023
2 parents d3c736e + 7819745 commit 831ff5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/activity/logic/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def dashboard_mark_activities_old(
model.repo.commit()


@tk.side_effect_free
def activity_create(
context: Context, data_dict: DataDict
) -> Optional[dict[str, Any]]:
Expand Down

0 comments on commit 831ff5d

Please sign in to comment.