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

Commit

Permalink
fix: make import work with nodenext
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart authored Mar 18, 2024
1 parent 78cba4a commit 8f07333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-runner/steps/device/provisionDevice.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DeviceRegistrationState } from 'azure-iot-provisioning-service/dist/interfaces'
import { DeviceRegistrationState } from 'azure-iot-provisioning-service/dist/interfaces.js'
import { promises as fs } from 'fs'
import { connect } from 'mqtt'
import {
Expand Down

0 comments on commit 8f07333

Please sign in to comment.