fix: config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-18 15:53:02 +00:00
parent 2d55392050
commit 5c57abb9c1

View File

@ -204,7 +204,7 @@ impl LNVpsDb for MockDb {
email: None,
contact_nip17: false,
contact_email: false,
country_code: "USA".to_string(),
country_code: Some("USA".to_string()),
},
);
Ok(max + 1)