You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow nil to be passed for clientInit config (#94)
This tiny feature allows users to pass `nil` as the third argument to
`clientInit` to request default configuration:
```lua
ld.clientInit("sdk-key", 1000, nil)
```
Before, you had to explicitly pass an empty `{}` table.
0 commit comments