mirror of
https://github.com/social-tw/social-tw-website.git
synced 2026-01-09 15:38:09 -05:00
feat: remove reputation check when fetching the report details
This commit is contained in:
@@ -132,7 +132,7 @@ export class ReportService extends RelayApiService {
|
||||
}
|
||||
|
||||
async fetchReportById(reportId: string) {
|
||||
const client = this.getAuthClient()
|
||||
const client = this.getClient()
|
||||
const userState = this.getUserState()
|
||||
const { publicSignals, proof } = await userState.genEpochKeyLiteProof()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user