Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Ballas 60f1339318
Merge df6c97263b into bb87fb5a1a 2025-08-22 06:46:36 -04:00
Marc Brooks bb87fb5a1a
fix: compiler error (#743)
Using { send } gives the resp a type instead of any
2025-08-22 12:15:27 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export function JigglerSetting({
},
);
const [send] = useJsonRpc();
const { send } = useJsonRpc();
const [timezones, setTimezones] = useState<string[]>([]);
useEffect(() => {