Remove unnecessary code in postValidatePrompt

function
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-11 08:25:41 -03:00
commit 6a23dd1b8f

View file

@ -80,7 +80,6 @@ export async function postValidatePrompt(
frontend_node,
})
.then((response) => {
response.data.frontend_node = response.data.frontend_node[""];
resolve(response);
})
.catch((error) => {