mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use &str
This commit is contained in:
parent
d1e928d163
commit
6f91efbc9c
2 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ impl Bookmark {
|
|||
None => {
|
||||
self.memory.add(
|
||||
request.into(),
|
||||
self.database.add(DateTime::now_local()?, request.into())?,
|
||||
self.database.add(DateTime::now_local()?, request)?,
|
||||
)?;
|
||||
true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue