Skip to content

Commit 9333002

Browse files
authored
Merge pull request #82 from datakind/Validation-Errors
adjusted validation files
2 parents a9cda3f + a8d1e6c commit 9333002

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/webapp/routers/data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -923,9 +923,7 @@ def validation_helper(
923923
}
924924

925925

926-
@router.post(
927-
"/{inst_id}/input/validate-sftp/{file_name:path}", response_model=ValidationResult
928-
)
926+
@router.post("/{inst_id}/input/validate-sftp/{file_name:path}")
929927
def validate_file_sftp(
930928
inst_id: str,
931929
file_name: str,

0 commit comments

Comments
 (0)