feat: remove reputation check when fetching the report details

This commit is contained in:
xiawpohr
2025-01-22 13:50:25 +08:00
parent 35f49bc062
commit 81ca4cad41

View File

@@ -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()