fix: compiler error (#743)

Using { send } gives the resp a type instead of any
This commit is contained in:
Marc Brooks 2025-08-22 05:15:27 -05:00 committed by GitHub
parent 8527b1eff1
commit bb87fb5a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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(() => {