Skip to content

Commit

Permalink
fix(strm-2707): use latest buf generated api
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-p92 committed Oct 25, 2023
1 parent cbc263f commit d6a2882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/com/getstrm/pace/dao/DataPolicyDao.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DataPolicyDao(
dataPolicy.info.toBuilder()
.setUpdateTime(updateTimestamp.toTimestamp())
.setCreateTime(oldPolicy?.info?.createTime ?: updateTimestamp.toTimestamp())
.setOrganizationId(context)
.setContext(context)
.build()
).build()

Expand Down
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.64c7ab603c22
generatedBufDependencyVersion=00000000000000.8c13113d50b0

0 comments on commit d6a2882

Please sign in to comment.