Skip to content

Commit

Permalink
[DPLT-1044] Fix broken import in latest post metrics writer (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley authored Jun 29, 2023
1 parent 94fc662 commit 7d307bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer-js-queue-handler/latest-post-metrics-writer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fetch from "node-fetch";
import AWS from "aws-sdk";

import Metrics from "./metrics";
import Metrics from './metrics.js'

export const handler = async () => {
const metrics = new Metrics("QueryAPI");
Expand Down

0 comments on commit 7d307bf

Please sign in to comment.