Skip to content

Commit 8849dd3

Browse files
committed
add return ok for workflow
1 parent c1886c3 commit 8849dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ impl<'ctx, CTX: private::SealedContext<'ctx>> ContextClient<'ctx> for CTX {}
575575
///
576576
/// /// 3. Wait for the promise to be resolved
577577
/// let payload = promise.await?;
578+
/// # Ok(())
578579
/// # }
579580
/// # async fn trigger_task_and_deliver_id(awakeable_id: String) -> Result<(), HandlerError>{
580581
/// # Ok(())

0 commit comments

Comments
 (0)