Skip to content

Commit

Permalink
Renamve voteAnalyzer to reactionAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
sofvanh committed Jan 14, 2025
1 parent 4f58d37 commit 54c2b32
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 "./voteAnalyzer";
import { analyzeVotes } from "./reactionAnalyzer";
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 "./voteAnalyzer";
import { analyzeVotes } from "./reactionAnalyzer";

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

0 comments on commit 54c2b32

Please sign in to comment.