Skip to content

Commit

Permalink
chore: fix merge conflict from main
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarak23 committed Oct 6, 2024
1 parent d5fe3fd commit 0dda59d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions src/base/constants/types.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@
// *************************************************************************
use starknet::ContractAddress;

// /**
// * @notice A struct containing token follow-related data.
// *
// * @param followed_profile_address The ID of the profile being followed.
// * @param follower_profile_address The ID of the profile following.
// * @param followTimestamp The timestamp of the current follow, if a profile is using the token to
// follow.
// * @param block_status true if follower is blocked, false otherwise
// */
#[derive(Drop, Serde, starknet::Store)]
pub struct FollowData {
pub followed_profile_address: ContractAddress,
pub follower_profile_address: ContractAddress,
pub follow_timestamp: u64,
pub block_status: bool,
}

// * @notice A struct containing profile data.
// * profile_address The profile ID of a karst profile
Expand Down
2 changes: 0 additions & 2 deletions src/interfaces.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ pub mod IHub;
pub mod ICommunity;
pub mod ICollectNFT;
pub mod ICommunityNft;

pub mod IJolt;
pub mod ICollectNFT;
pub mod IUpgradeable;

0 comments on commit 0dda59d

Please sign in to comment.