Skip to content

Commit

Permalink
fix: typo in bare policy request
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob van den Hoogen committed Oct 31, 2023
1 parent 8c5d795 commit 822c241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ class ProcessingPlatformsApi(

override suspend fun getBarePolicy(request: GetBarePolicyRequest): GetBarePolicyResponse =
GetBarePolicyResponse.newBuilder()
.setDataPolicy(processingPlatformsService.createBarePolicy(request.platformId, request.table))
.setDataPolicy(processingPlatformsService.createBarePolicy(request.platformId, request.tableId))
.build()
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jooqVersion=3.18.7
# TODO verify the tag is correct
dockertag = ghcr.io/getstrm/pace:latest

generatedBufDependencyVersion=00000000000000.5cfa00782a88
generatedBufDependencyVersion=00000000000000.6666e322a350

0 comments on commit 822c241

Please sign in to comment.