Skip to content

Commit

Permalink
Revert "Renamve voteAnalyzer to reactionAnalyzer"
Browse files Browse the repository at this point in the history
This reverts commit 54c2b32.
  • Loading branch information
sofvanh committed Jan 14, 2025
1 parent 54c2b32 commit 576f4dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/analysis/argumentPriorityHandler.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Score } from "../.shared/types";
import { analyzeVotes } from "./reactionAnalyzer";
import { analyzeVotes } from "./voteAnalyzer";
import { getArgumentScores } from "./argumentScoreHandler";
import { ReactionForGraph, getReactionsForGraph } from "../db/operations/reactionOperations";
import { getArgumentIdsByGraphId } from "../db/operations/argumentOperations";
Expand Down
2 changes: 1 addition & 1 deletion backend/src/analysis/argumentScoreHandler.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Score } from "../.shared/types";
import { analyzeVotes } from "./reactionAnalyzer";
import { analyzeVotes } from "./voteAnalyzer";

function getConsensusScore(argumentIndex: number,
votingMatrix: number[][],
Expand Down
File renamed without changes.

0 comments on commit 576f4dd

Please sign in to comment.