Skip to content

Commit

Permalink
Revert kinesis region changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 3, 2024
1 parent c5b882b commit 31b80fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion referee/referee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const HYDRA_NODE = "http://localhost:4001/";
const RECORD_STATS = true;

const kinesis = new KinesisClient({
region: process.env.AWS_REGION === "ap-southeast-1" ? "ap-southeast-1" : "us-east-1",
region: "us-east-1",
});
const encoder = new TextEncoder();

Expand Down

0 comments on commit 31b80fd

Please sign in to comment.