Skip to content

Commit a5b3fe5

Browse files
committed
fix bug in sample code
1 parent 87ff843 commit a5b3fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/best-practices-identify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ After you fire the `identify` call with the `userId`, you'll notice that the pay
224224
}
225225
},
226226
"type": "page",
227-
"UserId": null
227+
"UserId": "123abc"
228228
}
229229
```
230230

0 commit comments

Comments
 (0)