Skip to content

Commit

Permalink
Make name in InngestFunctionConfigBuilder internal
Browse files Browse the repository at this point in the history
  • Loading branch information
KiKoS0 committed Aug 25, 2024
1 parent d97c93a commit fed7cba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.time.Duration
// TODO: Throw illegal argument exception
class InngestFunctionConfigBuilder {
var id: String? = null
var name: String? = null
internal var name: String? = null
private var triggers: MutableList<InngestFunctionTrigger> = mutableListOf()
private var concurrency: MutableList<Concurrency>? = null
private var batchEvents: BatchEvents? = null
Expand Down

0 comments on commit fed7cba

Please sign in to comment.