chore: add ts-ignore where needed

This commit is contained in:
2025-01-16 13:33:08 +01:00
parent e47e87199f
commit 238c5a2cec
6 changed files with 24 additions and 28 deletions

View File

@ -9,6 +9,7 @@ export default function Login() {
const data = Object.fromEntries(formData);
const hello = await fetch(`https://api.ssh.surf/hello`, {
// @ts-ignore
headers: { "x-ssh-auth": data.key },
});