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 07709bf commit 734142dCopy full SHA for 734142d
redisinsight/api/src/modules/server/server.service.spec.ts
@@ -34,6 +34,7 @@ const mockEventPayload: ITelemetryEvent = {
34
appVersion: SERVER_CONFIG.appVersion,
35
osPlatform: process.platform,
36
buildType: SERVER_CONFIG.buildType,
37
+ port: SERVER_CONFIG.port,
38
},
39
nonTracking: true,
40
};
redisinsight/api/src/modules/server/server.service.ts
@@ -63,6 +63,7 @@ export class ServerService implements OnApplicationBootstrap {
63
64
65
66
67
68
69
});
0 commit comments