Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Mauran <[email protected]>
  • Loading branch information
thomas-mauran committed Jan 17, 2024
1 parent aaa6b73 commit ddf2b74
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
package com.linkedout.backend.service

import com.linkedout.backend.model.Company
import com.linkedout.backend.model.Job
import com.linkedout.backend.model.JobOffer
import com.linkedout.backend.model.Recommendation
import com.linkedout.common.service.NatsService
import com.linkedout.common.utils.RequestResponseFactory
import com.linkedout.proto.models.JobOfferOuterClass
import com.linkedout.proto.services.Recommendations
import org.springframework.beans.factory.annotation.Value
import org.springframework.stereotype.Service
import java.time.LocalDate

@Service
class RecommendationService(
Expand All @@ -20,7 +15,7 @@ class RecommendationService(
fun findAll(requestId: String): List<Recommendation> {
// Request job offers from the job service
val request = RequestResponseFactory.newRequest(requestId)
.setGetUserRecommendation(
.setGetRecommendationRequest(
Recommendations.GetRecommendationRequest.newBuilder()
)
.build()
Expand Down

0 comments on commit ddf2b74

Please sign in to comment.