Skip to content

Commit

Permalink
polish: Fixed Luis comments on the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoares85 committed Mar 1, 2024
1 parent c41febe commit e4e86df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/preset-typescript": "^7.22.5",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.23",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"axios": "^1.6.7",
Expand Down
2 changes: 0 additions & 2 deletions src/lib/FederatorERC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
ProcessTransactionParams,
VoteTransactionParams,
} from '../types/federator';
import {AppDataSource} from "../services/AppDataSource";
import {FailedTransactions} from "../entities/FailedTransactions";
import {Votes} from "../entities/Votes";
import {
Expand All @@ -28,7 +27,6 @@ import {
} from "../models/failedTransactions.model";
import {getVote, insertVote} from "../models/votes.model";
import {insertLogDebug} from "../models/logDebug.model";
import {log} from "node:util";


type ValidateAndVoteReturn = {
Expand Down

0 comments on commit e4e86df

Please sign in to comment.