Skip to content

Commit

Permalink
Fix circuit error type
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Jun 10, 2024
1 parent 7b83a1f commit 811d17d
Show file tree
Hide file tree
Showing 6 changed files with 1,124 additions and 893 deletions.
1,664 changes: 837 additions & 827 deletions common/pb/edge_ctrl_pb/edge_ctrl.pb.go

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions common/pb/edge_ctrl_pb/edge_ctrl.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ message DataState {

message Config {
string id = 1;
string name = 2;
string dataJson = 3;
string typeId = 2;
string name = 3;
string dataJson = 4;
}

message ServiceConfigs {
Expand Down
Loading

0 comments on commit 811d17d

Please sign in to comment.