diff options
Diffstat (limited to 'src/lib/login')
| -rw-r--r-- | src/lib/login/fresh.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/login/fresh.rs b/src/lib/login/fresh.rs index 2f6becf..e81b74a 100644 --- a/src/lib/login/fresh.rs +++ b/src/lib/login/fresh.rs | |||
| @@ -810,7 +810,7 @@ pub async fn signup_non_interactive( | |||
| 810 | save_event_in_global_cache(git_repo_path, &relay_list).await?; | 810 | save_event_in_global_cache(git_repo_path, &relay_list).await?; |
| 811 | 811 | ||
| 812 | if publish { | 812 | if publish { |
| 813 | send_events( | 813 | let _ = send_events( |
| 814 | client, | 814 | client, |
| 815 | git_repo_path, | 815 | git_repo_path, |
| 816 | vec![profile, relay_list], | 816 | vec![profile, relay_list], |