We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ca0e0 commit 214136fCopy full SHA for 214136f
redisinsight/api/src/modules/server/server.service.ts
@@ -53,6 +53,7 @@ export class ServerService implements OnApplicationBootstrap {
53
sessionId: this.sessionId,
54
appType: ServerService.getAppType(SERVER_CONFIG.buildType),
55
appVersion: SERVER_CONFIG.appVersion,
56
+ packageType: ServerService.getPackageType(SERVER_CONFIG.buildType),
57
...(await this.featuresConfigService.getControlInfo()),
58
});
59
@@ -65,6 +66,7 @@ export class ServerService implements OnApplicationBootstrap {
65
66
osPlatform: process.platform,
67
buildType: SERVER_CONFIG.buildType,
68
port: SERVER_CONFIG.port,
69
70
},
71
nonTracking: true,
72
0 commit comments