Skip to content

Commit 3d89d25

Browse files
JakeChampionGuy Bedford
andcommitted
Update documentation/docs/fastly:logger/Logger/Logger.mdx
Co-authored-by: Guy Bedford <[email protected]>
1 parent 271df1f commit 3d89d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/fastly:logger/Logger/Logger.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ addEventListener("fetch", event => event.respondWith(app(event)));
7272
```js
7373
/// <reference types="@fastly/js-compute" />
7474
import { Logger } from "fastly:logger";
75-
let logger = new Logger("splunk");
75+
const logger = new Logger("splunk");
7676
async function app (event) {
7777
logger.log(JSON.stringify({
7878
method: event.request.method,

0 commit comments

Comments
 (0)