Skip to content

Commit

Permalink
Added sensible default to rest source clients
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Dec 15, 2022
1 parent 9d83cf0 commit 5ea1744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.radarbase.authorizer.config

data class RestSourceClients(
val clients: List<RestSourceClient>,
val clients: List<RestSourceClient> = emptyList(),
)

0 comments on commit 5ea1744

Please sign in to comment.