From ee9812bd35409abe9532b1d508e04c1dae63c941 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sun, 24 Aug 2025 04:01:13 -0400 Subject: Remove the now-unused return value from the final stage of user creation. --- src/invite/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/invite/app.rs') diff --git a/src/invite/app.rs b/src/invite/app.rs index 14c1440..1c85562 100644 --- a/src/invite/app.rs +++ b/src/invite/app.rs @@ -74,7 +74,7 @@ impl<'a> Invites<'a> { let secret = tx.tokens().issue(stored.user(), accepted_at).await?; tx.commit().await?; - let _ = stored.publish(self.events); + stored.publish(self.events); Ok(secret) } -- cgit v1.2.3