Merge pull request #418 from nextcloud/fix/typo

Fix variable-typo
This commit is contained in:
Jan C. Borchardt 2020-05-27 16:22:48 +02:00 committed by GitHub
commit 947d18b189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);
}
}