Skip to content

Commit

Permalink
fix(ci): run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 25, 2024
1 parent f84acef commit f5f2a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/app/src/main/kotlin/mu/muse/domain/user/User.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import mu.muse.common.types.AggregateRoot
import mu.muse.common.types.Version
import mu.muse.domain.instrument.InstrumentId

@Suppress("LongParameterList")
class User internal constructor(
id: UserId,
val username: Username,
Expand All @@ -15,6 +16,7 @@ class User internal constructor(
) : AggregateRoot<UserId>(id, version) {

companion object {
@Suppress("LongParameterList")
fun create(
id: UserId,
username: Username,
Expand Down

0 comments on commit f5f2a51

Please sign in to comment.