Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Jan 24, 2025
1 parent 78541b5 commit eb0632a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data class ApiSpace(
val id: String = UUID.randomUUID().toString(),
val admin_id: String = "",
val name: String = "",
val is_encryption_enabled: Boolean = true,
val is_encryption_enabled: Boolean = false,
val created_at: Long? = System.currentTimeMillis()
)

Expand Down

0 comments on commit eb0632a

Please sign in to comment.