8xFF / atm0s-media-server

Decentralized, Global-Scale Media Server written in Rust (WebRTC/Whip/Whep/Rtmp/Sip)
https://8xff.github.io/media-docs/
MIT License
212 stars 17 forks source link

fix: wrong between created_at and session_id in sessions api #352

Closed giangndm closed 1 month ago

giangndm commented 1 month ago

Pull Request

Description

This PR fix wrong created_at filed in log sessions api response

Related Issue

If this pull request is related to any issue, please mention it here.

Checklist

Screenshots

If applicable, add screenshots to help explain the changes made.

Additional Notes

Add any additional notes or context about the pull request here.

giangndm commented 1 month ago

fix #345

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 41.62%. Comparing base (8d18a1d) to head (fb8eb6f).

Files Patch % Lines
bin/src/server/connector/remote_rpc_handler.rs 0.00% 2 Missing :warning:
packages/media_connector/src/sql_storage.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #352 +/- ## ========================================== - Coverage 41.62% 41.62% -0.01% ========================================== Files 134 134 Lines 14119 14120 +1 ========================================== Hits 5877 5877 - Misses 8242 8243 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.