Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Sep 18, 2024
1 parent 308fc78 commit ba14a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facades/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const TEMPERATURE_GAP = 2
export const fetchDevices = <
T extends ListDevice[keyof typeof DeviceType]['Device'] | ZoneSettings,
>(
target: (...args: unknown[]) => Promise<T>,
target: (...args: any[]) => Promise<T>,
_context: unknown,
): ((...args: unknown[]) => Promise<T>) =>
async function newTarget(
Expand Down

0 comments on commit ba14a6d

Please sign in to comment.