Skip to content

Commit

Permalink
Update src/main/kotlin/no/digdir/service_catalog/mongodb/PublicServic…
Browse files Browse the repository at this point in the history
…eRepository.kt

Co-authored-by: Nils Ove Tendenes <[email protected]>
  • Loading branch information
pooriamehregan and NilsOveTen authored Oct 30, 2023
1 parent f9300c5 commit 072f889
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ import org.springframework.stereotype.Repository

@Repository
interface PublicServiceRepository : MongoRepository<PublicService, String> {

fun getByCatalogId(catalogId: String): List<PublicService>
}

0 comments on commit 072f889

Please sign in to comment.