feat: get account info

This commit is contained in:
2025-02-21 11:43:39 +00:00
parent 2348c9d851
commit f45e6cbdc9
2 changed files with 18 additions and 1 deletions

View File

@ -63,7 +63,7 @@ impl LNVpsDb for LNVpsDbMysql {
.bind(user.contact_nip17)
.bind(user.contact_email)
.bind(user.id)
.fetch_one(&self.db)
.execute(&self.db)
.await?;
Ok(())
}