Skip to content

Commit

Permalink
Add additional nullable property
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoCurry committed May 20, 2019
1 parent ce23899 commit fa5098b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'io.github.potatocurry'
version '0.2.0'
version '0.2.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/json/JsonQuiz.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ internal data class JsonLastEdit (
internal data class JsonModeration (
val flaggedTimestamp: Long,
val timestampResolution: Long,
val resolution: String
val resolution: String? = null
)

internal data class JsonQuestion (
Expand Down

0 comments on commit fa5098b

Please sign in to comment.