mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-10-30 02:12:29 +00:00
Merge pull request #385 from Telecominfraproject/WIFI-14134-fix_code_style_change
WIFI-14134: fix: file upload status - code style change
This commit is contained in:
@@ -26,8 +26,7 @@ namespace OpenWifi {
|
|||||||
if (!StorageService()->GetAttachedFileContent(UUID, SerialNumber, FileContent, FileType, WaitingForFile) && !WaitingForFile) {
|
if (!StorageService()->GetAttachedFileContent(UUID, SerialNumber, FileContent, FileType, WaitingForFile) && !WaitingForFile) {
|
||||||
return NotFound();
|
return NotFound();
|
||||||
}
|
}
|
||||||
else if (WaitingForFile)
|
else if (WaitingForFile) {
|
||||||
{
|
|
||||||
// waiting for file to be uploaded, return Accepted
|
// waiting for file to be uploaded, return Accepted
|
||||||
return Accepted();
|
return Accepted();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user