Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushaddon committed Oct 27, 2023
1 parent 11895b7 commit 9504b97
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ async function processPhase(
const mapActions = (
response: ExternalModerationResponse
): Partial<PhaseResult> => {
// TODO: marcushaddon - implement after deciding what to do
return {
...response,
commentActions: response.actions,
Expand Down Expand Up @@ -326,7 +325,6 @@ export const external: IntermediateModerationPhase = async (ctx) => {
name: phase.name,
analyzedAt: ctx.now,
result: {
// NOTE: these will be split into comment/moderation actions later
actions: response.actions,
status: response.status,
tags: response.tags,
Expand Down
1 change: 0 additions & 1 deletion server/src/core/server/stacks/createComment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ export default async function create(
false,
{
actionCounts,
// BOOKMARK (marcushaddon): need more clarity on what these options do
}
);
}
Expand Down
1 change: 0 additions & 1 deletion server/src/core/server/stacks/editComment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ export default async function edit(
false,
{
actionCounts,
// BOOKMARK (marcushaddon): need more clarity on what these options do
}
);
}
Expand Down
19 changes: 0 additions & 19 deletions server/src/core/server/utils/partition.ts

This file was deleted.

0 comments on commit 9504b97

Please sign in to comment.