Skip to content

Commit b339263

Browse files
committed
Remove new TS usage
1 parent d67da37 commit b339263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/platformLoggerService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class PlatformLoggerService {
3434
if (service && component && component.type === ComponentType.VERSION) {
3535
const platformString =
3636
// eslint-disable-next-line @typescript-eslint/no-explicit-any
37-
(PLATFORM_LOG_STRING as any)[service.library] ?? service.library;
37+
(PLATFORM_LOG_STRING as any)[service.library] || service.library;
3838
return `${platformString}/${service.version}`;
3939
} else {
4040
return null;

0 commit comments

Comments
 (0)