Skip to content

Commit 8964234

Browse files
committed
chore: fix typo
1 parent 5224d87 commit 8964234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/toolbox/sdk/CoderRestClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ open class CoderRestClient(
135135
}
136136

137137
return requireNotNull(appearanceResponse.body()) {
138-
"Successful response returned null body or visual dashboard configuration"
138+
"Successful response returned null body for visual dashboard configuration"
139139
}
140140
}
141141

0 commit comments

Comments
 (0)