Commit e80faee
committed
fix(slack): refresh stale construction-cascade comment
Post-merge review of the verifier-precedence flip caught that the
multi-line comment at adapter.py:285-293 still described the pre-flip
'normalize empty-string to None then validate' cascade. After the flip,
empty-string signing_secret is rejected outright by an explicit guard
below, so the normalize-cascade rationale is dead code documentation.
Replace with a 3-line summary pointing at the actual mechanism. Same
class of bug PR #87 originally shipped with (stale 'matches upstream'
comment) — caught here by the review pattern instead of letting it
sit.1 parent 0e3d78a commit e80faee
1 file changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
294 | 288 | | |
295 | 289 | | |
296 | 290 | | |
| |||
0 commit comments