Use moderatePost_wrapped for post embeds (#4981)
* Use moderatePost_wrapped * Add lint rule
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user