fix(core): update
This commit is contained in:
@@ -23,7 +23,7 @@ export class SmartMongo {
|
||||
console.log('mongod started');
|
||||
}
|
||||
|
||||
public async getMongoDescriptor() {
|
||||
public async getMongoDescriptor(): Promise<plugins.smartdata.IMongoDescriptor> {
|
||||
await this.readyPromise;
|
||||
return {
|
||||
mongoDbUrl: this.mongod.getUri(),
|
||||
|
||||
Reference in New Issue
Block a user