Skip to content

Commit 000c1f0

Browse files
authored
Update README.md
Fix Syntax Highlighting in Readme
1 parent 48d2885 commit 000c1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ and returns a userId. This helps us attribute requests to unique users. Even tho
8888
automatically retrieve the userId without this, this is highly recommended to ensure accurate attribution.
8989

9090

91-
```
91+
```javascript
9292
options.identifyUser = function (event, context) {
9393
// your code here, must return a string
9494
return event.requestContext.identity.cognitoIdentityId

0 commit comments

Comments
 (0)