Remove unused RichText import from bluesky.ts to fix CI lint failure

The RichText import from @atproto/api was unused after refactoring the
Bluesky posting logic to use manual facets instead of RichText helpers.
This caused the ESLint no-unused-vars rule to fail in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jordan Eldredge 2026-03-24 21:00:19 -07:00
parent 247bda11ef
commit e09f05c587

View file

@ -5,7 +5,6 @@ import {
AppBskyRichtextFacet,
AtpAgent,
BlobRef,
RichText,
} from "@atproto/api";
import {
TWEET_BOT_CHANNEL_ID,