Fix variable-typo

Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Jonas Rittershofer 2020-05-27 11:30:37 +02:00
parent 971821ad4a
commit 1c91604c32

View file

@ -811,6 +811,6 @@ class ApiController extends Controller {
// Delete all submissions (incl. Answers)
$this->submissionMapper->deleteByForm($formId);
return new Http\JSONResponse($id);
return new Http\JSONResponse($formId);
}
}