Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 75213b4

Browse files
authored
Fix service init issue (#933)
1 parent 2af680b commit 75213b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/management_api/initdb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ function prepareService (serviceName, next) {
194194
console.log('mongodb: error in adding', serviceName);
195195
return client.close();
196196
}
197+
result.ops[0].key = key;
197198
next(result.ops[0]);
198199
});
199200
} else {

0 commit comments

Comments
 (0)