()
| 205 | } |
| 206 | |
| 207 | function getCurrentSessionId(): string { |
| 208 | return SessionManager.getInstance().getSessionId(); |
| 209 | } |
| 210 | |
| 211 | function modifySessionBeforeSave(session: Session): Session { |
| 212 | const filteredHistory = session.history.filter((item) => { |
no test coverage detected