misc: Missing bracket

Co-authored-by: Victor Naumik <vicnaum@gmail.com>
This commit is contained in:
donosonaumczuk
2023-06-09 18:21:53 +02:00
parent 5da3f0c6f7
commit b767a8af05

View File

@@ -109,6 +109,7 @@ library Types {
string imageURI; // offset 4
string __DEPRECATED__followNFTURI; // Deprecated in V2 as we have a common tokenURI for all Follows, offset 5
string metadataURI; // offset 6
}
/**
* @notice A struct containing publication data.
@@ -134,9 +135,7 @@ library Types {
* You can use getActionModuleById() to get the address of the action module associated with a given bit.
* In the future this can be replaced with a getter that allows to query the bitmap by index, if there are more
* than 256 action modules.
*
*/
struct Publication {
uint256 pointedProfileId;
uint256 pointedPubId;