Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Apr 2, 2024
1 parent 86655d5 commit 5604420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/nuos/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ class NuosDevice extends Device {
}

readonly #diff = new Map<
keyof Capabilities,
keyof SetCapabilities,
{
initialValue: Capabilities[keyof Capabilities]
value: Capabilities[keyof Capabilities]
initialValue: SetCapabilities[keyof SetCapabilities]
value: SetCapabilities[keyof SetCapabilities]
}
>()

Expand Down

0 comments on commit 5604420

Please sign in to comment.