Skip to content

Commit dc6e8f1

Browse files
committed
fix typo
1 parent 73f4a92 commit dc6e8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/filter/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def meta(self):
3535
fields=self.fields,
3636
order_by=self.order_by)
3737
if self._extra_filter_meta:
38-
meta.update(self.extra_filter_meta)
38+
meta.update(self._extra_filter_meta)
3939
return meta
4040

4141
@property

0 commit comments

Comments
 (0)