Skip to content

Commit

Permalink
fix import extension
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Jul 19, 2024
1 parent d54eb3a commit 7279318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/shim.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from "node:fs"
import path from "node:path"
import satisfies from "semver/functions/satisfies"
import satisfies from "semver/functions/satisfies.js"

try {
const BUNDLED_API = "/opt/solarwinds-apm/node_modules/@opentelemetry/api"
Expand Down

0 comments on commit 7279318

Please sign in to comment.