Results 2 issues of Eagle

When I send a message with the text "android/v1.4.155_b155/app-fatapk.apk" The "_" character is removed from the final message in telegram ```ruby lane :tnotify2 do path = "android/v1.4.155_b155/app-fatapk.apk" telegram( token: TELEGRAM_BOT_TOKEN,...

**Description:** This PR updates the getMaxValue function to improve code readability and efficiency. The current implementation uses reduce to find the maximum value in the dataset, making the code more...