From 5b1ef4e4620bfc12492a8c1820011cfc60ab377c Mon Sep 17 00:00:00 2001 From: Ali Maktabi Date: Mon, 16 Sep 2024 17:39:36 +0000 Subject: [PATCH] fixed typo name --- core/constraints/__init__.py | 2 +- core/models.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/constraints/__init__.py b/core/constraints/__init__.py index 74decfe..4c6b0f8 100644 --- a/core/constraints/__init__.py +++ b/core/constraints/__init__.py @@ -62,7 +62,7 @@ HasTwitter, HasVoteOnATweet, IsFollowingTwitterBatch, - IsFollowinTwitterUser, + IsFollowingTwitterUser, ) from core.constraints.zora import DidMintZoraNFT diff --git a/core/models.py b/core/models.py index dea31cb..744534f 100644 --- a/core/models.py +++ b/core/models.py @@ -53,7 +53,7 @@ IsFollowingFarcasterUser, IsFollowingLensUser, IsFollowingTwitterBatch, - IsFollowinTwitterUser, + IsFollowingTwitterUser, ) from .utils import SolanaWeb3Utils, Web3Utils @@ -146,7 +146,7 @@ class Type(models.TextChoices): HasGitcoinPassportProfile, IsFollowingFarcasterChannel, BridgeEthToArb, - IsFollowinTwitterUser, + IsFollowingTwitterUser, BeFollowedByTwitterUser, DidRetweetTweet, DidQuoteTweet,