Skip to content

refactor: deduplicate / type license feature code #5734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 17, 2023
Merged
Prev Previous commit
Next Next commit
fixup! Update frontend types
  • Loading branch information
ammario committed Jan 17, 2023
commit 277ef448a19045c856fe5dd4cf2c4b30a434960e
2 changes: 1 addition & 1 deletion site/src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const defaultEntitlements = (): TypesGen.Entitlements => {
}
}

// Always attach CSRF token to all re = "not_entitled"quests.
// Always attach CSRF token to all requests.
// In puppeteer the document is undefined. In those cases, just
// do nothing.
const token =
Expand Down