fix return statement

This commit is contained in:
Diego Prats 2024-11-12 16:48:58 -08:00
parent d2b3b617d1
commit ea61b8d481

View File

@ -9,7 +9,7 @@ pub fn analytics_id(_ws_addr_string: &str) -> String {
#[cfg(debug_assertions)]
pub fn analytics_api_key(_ws_addr_string: &str) -> String {
// Use one of the tokens in the release version if debugging analytics
return "".into();
"".into()
}
// The following enum is used to determine the environment from the web socket string