chore(tasks): drop youtube_tokens from generated types#149
chore(tasks): drop youtube_tokens from generated types#149arpitgupta1214 wants to merge 1 commit intomainfrom
Conversation
Companion to recoupable/database#22 — once the table is dropped the next `pnpm update-types` yields this same diff. tasks doesn't read from the table; this is purely a generated-types refresh. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Companion to recoupable/database#22 — once the table is dropped the next
pnpm update-typesyields this same diff. tasks doesn't read from the table; this is purely a generated-types refresh.Test plan
pnpm update-typeslocally and confirm zero diff against this branch🤖 Generated with Claude Code
Summary by cubic
Removes
youtube_tokensfrom generated Supabase types intypes/database.types.tsafter the table was dropped. No runtime impact; tasks never used this table.pnpm update-typeslocally should produce no diff.Written for commit 6bc0509. Summary will update on new commits.