mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-12 16:03:50 +00:00
remove unused assertion
This commit is contained in:
parent
9c520b94b2
commit
8eded89afa
@ -13,7 +13,7 @@ export async function redirectAPI({ form, fdata }: { form?: HTMLFormElement; fda
|
||||
// Send request to be redirected to given endpoint
|
||||
const response = await fetch('/api/redirect', {
|
||||
method: 'POST',
|
||||
body: fdata!
|
||||
body: fdata
|
||||
});
|
||||
|
||||
// Await respose from webserver
|
||||
|
Loading…
Reference in New Issue
Block a user