Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchyvr committed Nov 19, 2023
1 parent d6d41c4 commit ad8741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { Telemetry } = require('./telemetry')
const Telemetry = require('./telemetry');

module.exports = async function (context, req) {
try {
Expand Down

0 comments on commit ad8741c

Please sign in to comment.