Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyec committed Oct 2, 2024
1 parent 11432b7 commit ba83402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/purpose-platformstate-writer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { handleMessageV1 } from "./consumerServiceV1.js";
import { handleMessageV2 } from "./consumerServiceV2.js";
import { config } from "./config/config.js";

// TODO: should this use the config in the aws.config.local?
const dynamoDBClient = new DynamoDBClient();
async function processMessage({
message,
Expand Down

0 comments on commit ba83402

Please sign in to comment.