Skip to content

Commit

Permalink
fix: reset not working
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Oct 21, 2023
1 parent 20db099 commit 8fe16b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
};

const reset = async () => {
const { clientId, clientSecret, deviceIds } = await getProperties();
const { clientId, clientSecret, deviceIds, state } = await getProperties();

for (const deviceId of deviceIds) {
await fetch("/reset/" + deviceId, {
Expand Down

0 comments on commit 8fe16b8

Please sign in to comment.