Skip to content

Commit 143a638

Browse files
committed
simple fix
1 parent fdb781d commit 143a638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cloudbuilds/session-service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ steps:
1010
"session-service/Dockerfile",
1111
"session-service",
1212
]
13-
envs:
14-
- 'CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true'
13+
env:
14+
- "CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true"
1515

1616
- name: "gcr.io/cloud-builders/docker"
1717
args:

session-service/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { WebSocketServer } from "ws";
66
const setupWSConnection = require("y-websocket/bin/utils").setupWSConnection;
77

88
/**
9-
* CORSConfiguration
9+
* CORSConfiguration.
1010
*/
1111
export const allowedOrigins = ["*"];
1212

0 commit comments

Comments
 (0)