Skip to content

Commit

Permalink
fix: remove location match to prevent recommendation not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Dec 11, 2024
1 parent cd09f73 commit e2bfa6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ data class TutoriesRecommendation(
val type_lesson: String,
val completed_orders: Int,
val total_orders: Int,
val match_reasons: List<String>?,
val location_match: Int,
// val match_reasons: List<String>?,
// val location_match: Int,
val rating: RatingData
)

Expand Down

0 comments on commit e2bfa6f

Please sign in to comment.