mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
misc: Fixed comment.
This commit is contained in:
@@ -315,7 +315,7 @@ library GeneralLib {
|
||||
*
|
||||
* @param vars The PostData struct.
|
||||
*
|
||||
* @return uint256 An created publication's pubId.
|
||||
* @return uint256 The created publication's pubId.
|
||||
*/
|
||||
function post(DataTypes.PostData calldata vars) external returns (uint256) {
|
||||
uint256 pubId = _preIncrementPubCount(vars.profileId);
|
||||
|
||||
Reference in New Issue
Block a user