Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Resolves: #
Change-type:
  • Loading branch information
thgreasi committed Jan 26, 2024
1 parent d8c7aea commit 0a9cd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/device-proxy/device-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async function requestDevices({
console.log('*** device-proxy');
// npm run fasttest 20 to test this
const res = (await resinApi.post({
url: `device($action=update)/canAccess?$filter=id in (${deviceIds.join(
url: `device(action='update')/canAccess?$filter=id in (${deviceIds.join(
',',
)})`,
body: {},
Expand Down

0 comments on commit 0a9cd92

Please sign in to comment.