Packages › trotsky › StepPostLike › apply
StepPostLike.apply() method
Applies the step logic to like the post provided in the context. The resulting URI and CID of the like operation are stored in the output.
Signature:
typescript
/** @override */
apply(): Promise<void>;
Returns:
Promise<void>
Exceptions
Error If the context does not provide the required uri
and cid
.