You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(google): restore missing variable assignments in oauth.project.ts
The batch script replaced await response.json() but dropped the
const declarations, causing 'data' and 'errorPayload' to be undefined
at runtime. Also removed the duplicate readResponseWithLimit import.
Co-Authored-By: Claude <[email protected]>
0 commit comments