fix: repair master build after conflicting merges #96

Merged
benvin merged 1 commits from benvin/fix-master-build into master 2026-07-02 22:36:09 +10:00

1 Commits

Author SHA1 Message Date
unkinben 6a1c836513 fix: repair master build after conflicting merges
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
Merging the bearer-token cache (#92), streaming (#94) and HEAD (#89) PRs
independently left master not compiling: fetchBearerToken now returns
three values but headUpstream still assigned two, and cachedBearerToken
referenced sha256Hash which the streaming PR had removed. Restore the
sha256Hash helper (with its crypto/sha256 + encoding/hex imports) and fix
the headUpstream call site.
2026-07-02 22:29:43 +10:00