refactor: fix not_found status code

This commit is contained in:
Derrick Hammer 2023-06-10 02:50:20 -04:00
parent b104af5e4c
commit 385a51e504
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ func (f *FilesController) GetStatusBy(cidString string) {
statusCode = "uploading"
break
case files.STATUS_NOT_FOUND:
statusCode = "uploading"
statusCode = "not_found"
break
}