Skip to content

Commit

Permalink
DEV2-4253 allow null response for Workspace request
Browse files Browse the repository at this point in the history
  • Loading branch information
yonip23 committed Nov 20, 2023
1 parent ac9488e commit a0c8db4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ data class Workspace(
override fun serialize(): Any {
return mapOf("Workspace" to this)
}

override fun validate(response: EmptyResponse): Boolean {
return true
}
}

0 comments on commit a0c8db4

Please sign in to comment.