We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5224d87 commit 8964234Copy full SHA for 8964234
src/main/kotlin/com/coder/toolbox/sdk/CoderRestClient.kt
@@ -135,7 +135,7 @@ open class CoderRestClient(
135
}
136
137
return requireNotNull(appearanceResponse.body()) {
138
- "Successful response returned null body or visual dashboard configuration"
+ "Successful response returned null body for visual dashboard configuration"
139
140
141
0 commit comments