Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Aug 26, 2024
1 parent b442961 commit 98556c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ sealed interface Storage : MainPlugin<Storage.Config>, CustomSerializationPlugin
data class Resumable(
var cache: ResumableCache? = null,
var retryTimeout: Duration = 5.seconds,
var onlyUpdateStateAfterChunk: Boolean = false,
var onlyUpdateStateAfterChunk: Boolean = false
) {

/**
Expand Down

0 comments on commit 98556c9

Please sign in to comment.