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:
i-chvets
2024-09-27 10:59:14 -04:00
committed by GitHub

View File

@@ -26,8 +26,7 @@ namespace OpenWifi {
if (!StorageService()->GetAttachedFileContent(UUID, SerialNumber, FileContent, FileType, WaitingForFile) && !WaitingForFile) {
return NotFound();
}
else if (WaitingForFile)
{
else if (WaitingForFile) {
// waiting for file to be uploaded, return Accepted
return Accepted();
}