Skip to content

Commit

Permalink
Merge pull request #72 from dolittle/resources
Browse files Browse the repository at this point in the history
Remove databaseName
  • Loading branch information
woksin authored Nov 11, 2021
2 parents f2f580e + 1cf3f76 commit f6bf9d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Runtime/Resources/Resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ message GetRequest {

message GetMongoDbResponse {
string connectionString = 1;
string databaseName = 2;
protobuf.Failure failure = 3; // not set if not failed
protobuf.Failure failure = 2; // not set if not failed
}

service Resources {
Expand Down

0 comments on commit f6bf9d4

Please sign in to comment.