Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from klaytn/bug/aptos
Browse files Browse the repository at this point in the history
fixed config bug
  • Loading branch information
praveen-kaia authored Nov 23, 2023
2 parents 5df08c0 + b6293b8 commit 3b4e42d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aptos-tx-latency-measurement/sendtx_aptos.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ async function makeParquetFile(data) {
}

function loadConfig() {
require("dotenv").config({ path: path.join(__dirname, ".env") });
return;
if (process.env.NODE_URL === undefined) {
// console.log("using .env")
require("dotenv").config({ path: path.join(__dirname, ".env") });
Expand Down

0 comments on commit 3b4e42d

Please sign in to comment.