Skip to content

Commit 12bf705

Browse files
committed
wip
1 parent 320a430 commit 12bf705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals/src/types/factories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const createBaseSignal = <
2929
) => {
3030
return {
3131
timestamp: new Date().toISOString(),
32-
anonymousId: '', // not set yet -- will be set by the runtime // TODO
32+
anonymousId: '', // to be set by a middleware (that runs once analytics is instantiated)
3333
type,
3434
data: {
3535
...data,

0 commit comments

Comments
 (0)