Skip to content

Commit

Permalink
✅ Update takedown appeal snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Feb 5, 2025
1 parent d6d4bb5 commit c3dd990
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/ozone/src/api/moderation/queryStatuses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default function (server: Server, ctx: AppContext) {
const db = ctx.db
const modService = ctx.modService(db)
const results = await modService.getSubjectStatuses(params)
console.log(results.statuses)
const subjectStatuses = results.statuses.map((status) =>
modService.views.formatSubjectStatus(status),
)
Expand Down
1 change: 0 additions & 1 deletion packages/ozone/src/mod-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,6 @@ export class ModerationService {
tryIndex: true,
nullsLast: true,
})
console.log(paginatedBuilder.compile())
const results = await paginatedBuilder.execute()

const infos = await this.views.getAccoutInfosByDid(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ Object {
"$type": "tools.ozone.moderation.defs#accountHosting",
"status": "unknown",
},
"id": 1,
"id": 9,
"lastAppealedAt": "1970-01-01T00:00:00.000Z",
"lastReportedAt": "1970-01-01T00:00:00.000Z",
"lastReviewedAt": "1970-01-01T00:00:00.000Z",
"lastReviewedBy": "user(0)",
"priorityScore": 0,
"recordsStats": Object {
"$type": "tools.ozone.moderation.defs#recordsStats",
},
Expand Down

0 comments on commit c3dd990

Please sign in to comment.