-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: split
getThumbnailAndResponse
into two responsibility things
- remove `getThumbnailAndResponse` method in wado uri service - for right responsibility: - response should in controller, not in service - so, move `response.end` into controller - in service, throw error instead of response
- Loading branch information
1 parent
553c605
commit d99f68a
Showing
2 changed files
with
12 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters