mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-14 08:53:49 +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
|
// Send request to be redirected to given endpoint
|
||||||
const response = await fetch('/api/redirect', {
|
const response = await fetch('/api/redirect', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: fdata!
|
body: fdata
|
||||||
});
|
});
|
||||||
|
|
||||||
// Await respose from webserver
|
// Await respose from webserver
|
||||||
|
Loading…
Reference in New Issue
Block a user