Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Oct 25, 2023
1 parent e3d7ff9 commit 6d32005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class DevicePlugin extends BasePlugin {
capabilitiesToCreateSession
)}"`
);
const config = {
const config: any = {
method: 'post',
url: remoteUrl,
headers: {
Expand Down

0 comments on commit 6d32005

Please sign in to comment.