Skip to content

Commit

Permalink
fixed typo name
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Sep 16, 2024
1 parent 9435209 commit 5b1ef4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/constraints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
HasTwitter,
HasVoteOnATweet,
IsFollowingTwitterBatch,
IsFollowinTwitterUser,
IsFollowingTwitterUser,
)
from core.constraints.zora import DidMintZoraNFT

Expand Down
4 changes: 2 additions & 2 deletions core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
IsFollowingFarcasterUser,
IsFollowingLensUser,
IsFollowingTwitterBatch,
IsFollowinTwitterUser,
IsFollowingTwitterUser,
)
from .utils import SolanaWeb3Utils, Web3Utils

Expand Down Expand Up @@ -146,7 +146,7 @@ class Type(models.TextChoices):
HasGitcoinPassportProfile,
IsFollowingFarcasterChannel,
BridgeEthToArb,
IsFollowinTwitterUser,
IsFollowingTwitterUser,
BeFollowedByTwitterUser,
DidRetweetTweet,
DidQuoteTweet,
Expand Down

0 comments on commit 5b1ef4e

Please sign in to comment.