Commit e816b33
committed
Refactor
`handle_post` and `handle_get` already use these helper methods,
but `handle_delete` inlined the same logic.
This aligns all three handlers to use the shared helpers consistently.handle_delete to use extract_session_id and missing_session_id_response
1 parent f4aab5c commit e816b33
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
| 159 | + | |
164 | 160 | | |
165 | 161 | | |
166 | 162 | | |
| |||
0 commit comments