Skip to content

Commit a8d1e6c

Browse files
committed
adjusted validation files
1 parent ab46919 commit a8d1e6c

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)