Skip to content

Commit 4144281

Browse files
chore: update wording for proxy secret logger
Co-authored-by: Juraj Uhlar <juro.uhlar@gmail.com>
1 parent 56154f3 commit 4144281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/handleIngressAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Backend } from 'fastly:backend'
1414

1515
async function makeIngressRequest(receivedRequest: Request, env: IntegrationEnv) {
1616
if (!isProxySecretSet) {
17-
console.log("PROXY_SECRET is not set in the integration's Secret store, your integration is not working correctly")
17+
console.log("PROXY_SECRET is not set in the integration's Secret store, your integration is not working correctly.")
1818
}
1919
const url = new URL(receivedRequest.url)
2020
url.pathname = ''

0 commit comments

Comments
 (0)