Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 30, 2022
1 parent a90125e commit 5f0aa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daemon/db/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1122,11 +1122,11 @@ impl DB {
}


/// It checks if the database has been registered
/// Returns whether the user has registered.
///
/// Returns:
///
/// A boolean value.
/// Whether the user has registered.
pub fn has_registered(&self) -> Result<bool, DbError> {
let mut conn = self.connect()?;
use crate::schema::config;
Expand Down

0 comments on commit 5f0aa35

Please sign in to comment.