Skip to content

Commit 834e407

Browse files
committed
wip
1 parent d6c3716 commit 834e407

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/matches/game-streamer/game-streamer.service.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ export class GameStreamerService {
585585
"session-id": sessionId,
586586
},
587587
ports: [
588-
{ name: "openhud", port: 1349, targetPort: "openhud" as any },
589-
{ name: "spec", port: 1350, targetPort: "spec" as any },
588+
{ name: "openhud", port: 1349, targetPort: "openhud" },
589+
{ name: "spec", port: 1350, targetPort: "spec" },
590590
],
591591
},
592592
};
@@ -992,8 +992,8 @@ export class GameStreamerService {
992992
"match-id": matchId,
993993
},
994994
ports: [
995-
{ name: "openhud", port: 1349, targetPort: "openhud" as any },
996-
{ name: "spec", port: 1350, targetPort: "spec" as any },
995+
{ name: "openhud", port: 1349, targetPort: "openhud" },
996+
{ name: "spec", port: 1350, targetPort: "spec" },
997997
],
998998
},
999999
};

0 commit comments

Comments
 (0)