Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Oct 27, 2023
1 parent 190e0fd commit d01909c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/media/src/repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl MediaRepositoryTrait for MediaRepository {
name: String,
date_taken: OffsetDateTime,
) -> Result<Uuid, DataAccessError> {
debug!("user_id: {}", user_id.clone().hyphenated().to_string());
debug!("user_id: {}", user_id.hyphenated().to_string());
let db_result = &self
.database
.create_media_item(
Expand Down

0 comments on commit d01909c

Please sign in to comment.