Skip to content

Fix thinko in notice_text task

Cody Messick requested to merge cody.messick/gwcelery:fix_thinko into main

The notice_text task currently has an else statement that makes an empty list, but that variable is expected to be a dictionary further down (and above).

Merge request reports