diff options
Diffstat (limited to 'src/setup')
| -rw-r--r-- | src/setup/app.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/app.rs b/src/setup/app.rs index 123cff9..1856519 100644 --- a/src/setup/app.rs +++ b/src/setup/app.rs @@ -39,7 +39,7 @@ impl<'a> Setup<'a> { let secret = tx.tokens().issue(stored.user(), created_at).await?; tx.commit().await?; - let _ = stored.publish(self.events); + stored.publish(self.events); Ok(secret) } |
