Skip to content

Commit

Permalink
fully remove uri
Browse files Browse the repository at this point in the history
  • Loading branch information
passabilities committed Jul 11, 2023
1 parent 847072e commit c30904a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/contracts/contracts/LenderManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ contract LenderManager is
require(_hasMarketVerification(to, tokenId), "Not approved by market");
}

function _baseURI() internal view override returns (string memory) {
return "";
}

struct LoanInformation {
address principalTokenAddress;
uint256 principalAmount;
Expand Down

0 comments on commit c30904a

Please sign in to comment.