Skip to content

Commit

Permalink
Merge pull request #140 from mende273/refactor_FavouriteQuoteEntity
Browse files Browse the repository at this point in the history
refactor FavouriteQuoteEntity.kt
  • Loading branch information
mende273 authored Apr 13, 2023
2 parents 63e8a02 + 82e4c2d commit 4f445f4
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ data class FavouriteQuoteEntity(
val id: String,
val content: String,
val author: String
)

fun mapToFavouriteQuoteEntity(id: String, content: String, author: String): FavouriteQuoteEntity {
return FavouriteQuoteEntity(id, content, author)
}
)

0 comments on commit 4f445f4

Please sign in to comment.