diff --git a/apps/labrinth/src/models/v3/notifications.rs b/apps/labrinth/src/models/v3/notifications.rs index 30a32ffc44..a2842b7b97 100644 --- a/apps/labrinth/src/models/v3/notifications.rs +++ b/apps/labrinth/src/models/v3/notifications.rs @@ -447,14 +447,14 @@ impl From for Notification { name: "Accept".to_string(), action_route: ( "POST".to_string(), - format!(""), + String::new(), ), }, NotificationAction { name: "Deny".to_string(), action_route: ( "POST".to_string(), - format!(""), + String::new(), ), }, ],