Fix TS build: remove unused res var in desktop session POST
This commit is contained in:
parent
5773aa69f3
commit
f1f52f7c30
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ function App() {
|
||||||
setIsLaunchingSystem(true)
|
setIsLaunchingSystem(true)
|
||||||
try {
|
try {
|
||||||
// Tenta criar a sessão via API (evita dependência de redirecionamento + cookies em 3xx)
|
// Tenta criar a sessão via API (evita dependência de redirecionamento + cookies em 3xx)
|
||||||
const res = await fetch(`${apiBaseUrl}/api/machines/sessions`, {
|
await fetch(`${apiBaseUrl}/api/machines/sessions`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
credentials: "include",
|
credentials: "include",
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue