Packages › trotsky › StepPostRepost › apply
StepPostRepost.apply() method
Applies the step logic to repost the post provided in the context. The resulting URI and CID of the repost 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
.