Skip to content

Commit

Permalink
Adding missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Jun 26, 2023
1 parent 14d0e70 commit 379acd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libs/utils/impl/FileResourceHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ FileResourceHandler::processRequest(const Wt::Http::Request& request, Wt::Http::
}

LMS_LOG(UTILS, DEBUG) << "Job complete!";
return nullptr;
}




0 comments on commit 379acd8

Please sign in to comment.