We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a99a9 commit 579d6bdCopy full SHA for 579d6bd
1 file changed
scylla-server/src/controllers/video_streamer_controller.rs
@@ -122,6 +122,6 @@ pub async fn request_updated_videos(
122
)
123
.await
124
.map_err(|err| ScyllaError::MqttError(format!("Failed to send mqtt message: {}", err)))?;
125
-
+
126
Ok(Json::from("Sent Request to update videos".to_string()))
127
}
0 commit comments