Use moderatePost_wrapped for post embeds (#4981)
* Use moderatePost_wrapped * Add lint rule
This commit is contained in:
parent
b5ea87c981
commit
fc5cc189b5
4 changed files with 18 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
import {moderatePost, BSKY_LABELER_DID} from '@atproto/api'
|
||||
/* eslint-disable-next-line no-restricted-imports */
|
||||
import {BSKY_LABELER_DID, moderatePost} from '@atproto/api'
|
||||
|
||||
type ModeratePost = typeof moderatePost
|
||||
type Options = Parameters<ModeratePost>[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue