Skip to content

Commit

Permalink
fix: delete empty table row
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Mar 8, 2022
1 parent 419dda0 commit c0eac49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/user_guide/unleash-context.md
Expand Up @@ -26,7 +26,6 @@ The below table gives a brief overview over what the fields' intended usage is,
| `remoteAddress` | `string` | dynamic | an identifier for the current session |
| `properties` | `Map<string, string>` | dynamic | a key-value store of any data you want |
| `currentTime`[^2] | `DateTime`/`string` | dynamic | A `DateTime` (or similar) data class instance or a string in an RFC3339-compatible format. **Defaults to the current time** if not set by the user. |
| | | | |


### The `properties` field
Expand Down

0 comments on commit c0eac49

Please sign in to comment.