Skip to content
Closed

Test #352

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
required: true
type: string


jobs:
load_configuration:
uses: ./.github/workflows/load-configuration.yml
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<a href="https://kurrent.io">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="KurrentLogo-White.png">
Expand Down
2 changes: 1 addition & 1 deletion src/main/proto/kurrentdb/protocol/v2/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ message ErrorMetadata {
extend google.protobuf.EnumValueOptions {
// Provides additional information about error conditions for automated
// code generation and documentation.
optional ErrorMetadata error = 50000;
optional ErrorMetadata error = 2113;
}
Loading