Skip to content

Commit

Permalink
fix: Comment and duplicated import
Browse files Browse the repository at this point in the history
Co-authored-by: intls
  • Loading branch information
donosonaumczuk committed Dec 24, 2024
1 parent a4e9313 commit f53ce58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/actions/post/collect/LensCollectedPost.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract LensCollectedPost is LensERC721, IERC7572 {
string internal _contractURI;
address internal immutable _feed;
uint256 internal immutable _postId;
bool internal immutable _isImmutable; // TODO:"" This can be replaced with bytes(_contentURISnapshot).length
bool internal immutable _isImmutable; // TODO: This can be replaced with bytes(_contentURISnapshot).length
address internal immutable _collectAction;

constructor(
Expand Down
2 changes: 1 addition & 1 deletion contracts/actions/post/collect/SimpleCollectAction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (C) 2024 Lens Labs. All Rights Reserved.
pragma solidity ^0.8.0;

import {ISimpleCollectAction, CollectActionData, CollectActionData} from "./ISimpleCollectAction.sol";
import {ISimpleCollectAction, CollectActionData} from "./ISimpleCollectAction.sol";
import {IFeed} from "./../../../core/interfaces/IFeed.sol";
import {IGraph} from "./../../../core/interfaces/IGraph.sol";

Expand Down

0 comments on commit f53ce58

Please sign in to comment.