mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-18 00:55:54 +00:00
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:
parent
247bda11ef
commit
e09f05c587
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import {
|
|||
AppBskyRichtextFacet,
|
||||
AtpAgent,
|
||||
BlobRef,
|
||||
RichText,
|
||||
} from "@atproto/api";
|
||||
import {
|
||||
TWEET_BOT_CHANNEL_ID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue