Commit fc23f10
committed
fix: guard against None app ID before JWT creation
Addresses review feedback — str(None) would produce 'None' as the
issuer, which passes PyJWT's type check but gets rejected by GitHub.
Raise GitHubAppError with a clear message instead.1 parent 40d3938 commit fc23f10
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
580 | 586 | | |
581 | 587 | | |
582 | 588 | | |
| |||
0 commit comments