feat: get account info
This commit is contained in:
@ -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(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user