Skip to content

Commit

Permalink
Also default to true for like services
Browse files Browse the repository at this point in the history
  • Loading branch information
floogulinc committed Aug 18, 2023
1 parent 70e6d4c commit 864e9e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function generateRating(service: HydrusService) {
} else if (isLikeRatingService(service)) {
return {
...service,
value: null as HydrusLikeRatingValue
value: true as HydrusLikeRatingValue
}
} else if (isIncDecRatingService(service)) {
return {
Expand Down

0 comments on commit 864e9e6

Please sign in to comment.