Commit 8c75c9b
authored
fix: fix problem when app token used without installation ID provided (#291)
Addresses the problem described by @camerondavison
[here](#284 (comment)),
and introduced in #284.
If not provided, installation ID should be set to None, since that is
the way `generate_app_access_token` expects a missing installation ID to
be represented.1 parent aade338 commit 8c75c9b
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments