Commit f58e59b
Fix lint: replace removed lookupEnrichmentToken with envutil.LookupGitHubToken
Commit 5c9c6c2 inlined lookupEnrichmentToken in unified.go but left
the test referencing the deleted function. Update the test to call
envutil.LookupGitHubToken() directly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1418247 commit f58e59b
File tree
2 files changed
+6
-5
lines changed- internal
- server
- strutil
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
290 | | - | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments