upgrade kotlin, ktor, sendgrid
This commit is contained in:
@@ -8,4 +8,4 @@ interface Opinionable {
|
||||
class Imp(parent: fr.dcproject.entity.Opinionable) : Opinionable {
|
||||
override val opinions: Opinions = parent.opinions
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,4 +6,4 @@ interface Votable {
|
||||
class Imp(parent: fr.dcproject.entity.Votable) : Votable {
|
||||
override val votes: VoteAggregation = VoteAggregation(parent)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user