Skip to content

Commit 85f7141

Browse files
authored
remove identity check from identity file upload (#394)
1 parent 64926e7 commit 85f7141

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/web/handlers/identity.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ pub async fn get_file(
4747

4848
#[post("/upload_file", data = "<file_upload_form>")]
4949
pub async fn upload_file(
50-
_identity: IdentityCheck,
5150
state: &State<ServiceContext>,
5251
file_upload_form: Form<UploadFileForm<'_>>,
5352
) -> Result<Json<UploadFilesResponse>> {

0 commit comments

Comments
 (0)