Skip to content

Commit 9d3ed1f

Browse files
update
1 parent e757279 commit 9d3ed1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-targetingfilter-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ We will use ambient targeting context as an example in this tutorial.
137137
```js
138138
const express = require("express");
139139
const server = express();
140-
const port = 8080
140+
const port = 8080;
141141
142142
const { AsyncLocalStorage } = require("async_hooks");
143143
const requestAccessor = new AsyncLocalStorage();

0 commit comments

Comments
 (0)