Skip to content

Commit

Permalink
refactor: [#615] fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Aug 3, 2024
1 parent 056cb83 commit d1d2941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache/image/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl ImageCacheService {
.user_quotas
.read()
.await
.get(&user_id)
.get(user_id)
.cloned()
.unwrap_or(ImageCacheQuota::new(
*user_id,
Expand Down

0 comments on commit d1d2941

Please sign in to comment.