Skip to content

Commit 29c4c9d

Browse files
Fix.
1 parent 6760cbe commit 29c4c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/resources/usage_file_automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def filters(self, status='ready', **kwargs):
3232
"""
3333
filters = super(UsageFileAutomation, self).filters(status, **kwargs)
3434
if self.config.products:
35-
filters['product__id'] = ','.join(self.config.products)
35+
filters['product_id'] = ','.join(self.config.products)
3636
return filters
3737

3838
def dispatch(self, request):

0 commit comments

Comments
 (0)