Skip to content

Commit

Permalink
graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
mencken-d committed Nov 19, 2024
1 parent 251d8f2 commit be4b6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_rpki/graphql/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CertificateFilter(BaseFilterMixin):
class CertificatePrefixFilter(BaseFilterMixin):
pass

@strawberry_django.filter(CertificateAs n, lookups=True)
@strawberry_django.filter(CertificateAsn, lookups=True)
@autotype_decorator(CertificateAsnFilterSet)
class CertificateASsnFilter(BaseFilterMixin):
pass
Expand Down

0 comments on commit be4b6ad

Please sign in to comment.