Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-05-28 21:57:39 +00:00
parent f3308f362a
commit f1a613b4fe

View file

@ -74,10 +74,6 @@ export function SkillTestPanel({
}, },
}); });
const runTest = useMutation({
mutationFn: async (): Promise<TestResult> => {
if (stateless) {
// Modo preview sem persistência: chama AI direto via edge function
const runTest = useMutation({ const runTest = useMutation({
mutationFn: async (): Promise<TestResult> => { mutationFn: async (): Promise<TestResult> => {
const start = Date.now(); const start = Date.now();