Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvv committed Dec 12, 2024
2 parents 45d92c5 + f65e32a commit 8972760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zummon/src/commonMain/kotlin/companysurvey/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.zenmo.zummon.companysurvey

import com.benasher44.uuid.Uuid
import com.benasher44.uuid.uuid4
import com.zenmo.zummon.KotlinUuidSerializer
import com.zenmo.zummon.BenasherUuidSerializer
import kotlinx.serialization.Serializable
import kotlin.js.JsExport

Expand All @@ -11,7 +11,7 @@ import kotlin.js.JsExport
data class Project
constructor(
// @Contextual
@Serializable(with = KotlinUuidSerializer::class)
@Serializable(with = BenasherUuidSerializer::class)
val id: Uuid = uuid4(),
val name: String = "",
// Project ID aka Energy Hub ID of Energieke Regio.
Expand Down

0 comments on commit 8972760

Please sign in to comment.