fix: clippy error - oops missed that one

This commit is contained in:
Helmut K. C. Tessarek 2024-03-08 18:03:35 -05:00
parent 08e1f23107
commit 191fa48b21
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ impl Paste {
.to_string());
}
}
Ok(self.store_file(file_name, expiry_date, None, &config)?)
self.store_file(file_name, expiry_date, None, &config)
}
/// Writes an URL to a file in upload directory.