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

Commit

Permalink
Fix axios import to prevent warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DEV2DEV-DE committed Nov 9, 2023
1 parent 04c7aa8 commit ff822df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

const utils = require('@iobroker/adapter-core');
const axios = require('axios');
const axios = require('axios').default;

const clientId = '65bb8c9d-1070-4fb4-aa95-853618acc876';
const scope = 'openid%20offline_access%20https://prodindego.onmicrosoft.com/indego-mobile-api/Indego.Mower.User';
Expand Down

0 comments on commit ff822df

Please sign in to comment.