mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-17 03:26:20 +00:00
meli/notifications: fix macos compilation
Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
This commit is contained in:
parent
63a63253d7
commit
2c6f180df9
@ -245,7 +245,7 @@ impl Component for NotificationCommand {
|
||||
message = body.replace('"', "'"),
|
||||
title = title
|
||||
.as_ref()
|
||||
.map(String::as_str)
|
||||
.map(<_>::as_ref)
|
||||
.unwrap_or("meli")
|
||||
.replace('"', "'"),
|
||||
subtitle = kind
|
||||
|
Loading…
Reference in New Issue
Block a user