fix bool typo
This commit is contained in:
@@ -28,7 +28,7 @@ export interface ModerationCauseDescription {
|
|||||||
sourceType?: ModerationCauseSource['type']
|
sourceType?: ModerationCauseSource['type']
|
||||||
sourceAvi?: string
|
sourceAvi?: string
|
||||||
sourceDid?: string
|
sourceDid?: string
|
||||||
subjectAccount?: bool
|
subjectAccount?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export function useModerationCauseDescription(
|
export function useModerationCauseDescription(
|
||||||
|
|||||||
Reference in New Issue
Block a user