Skip to content

Commit

Permalink
fix(datastore): regenerate protos in new namespace (#10158)
Browse files Browse the repository at this point in the history
The namespace and filename need to be different than the file these were copied and regenerated from to make the proto registry not error out on initialization.

Usually it is not good to use a new package name in protos but I believe it is fine here since these are just simple message types being declared and not a service.

Fixes: #10155
  • Loading branch information
codyoss committed May 13, 2024
1 parent 704c78a commit 8875511
Show file tree
Hide file tree
Showing 2 changed files with 1,192 additions and 1,133 deletions.

0 comments on commit 8875511

Please sign in to comment.