[GovTrackBridge] add missing default value

This commit is contained in:
Phantop 2024-08-24 08:42:44 -04:00
parent 04aee250da
commit 24c4de45d0

View File

@ -10,6 +10,7 @@ class GovTrackBridge extends BridgeAbstract
'feed' => [
'name' => 'Feed to track',
'type' => 'list',
'defaultValue' => 'posts',
'values' => [
'All Legislative Activity' => 'bill-activity',
'Bill Summaries' => 'bill-summaries',