Skip to content

Commit d7479c9

Browse files
committed
[netlify-build]
1 parent 4a22ed0 commit d7479c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connections/spec/group.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ If you pass these values, `on null` will throw a `NullPointerException`.
125125
You may continue to set values inside the trait. If you do so, this would work the same as the rules do with NoSQL data. If you had set a value previously for a user and on the next request you sent the same value of that property as `on null`, it will be replaced by `null`, but if you do not send that property, the original value is persisted.
126126

127127
**Traits are case-insensitive**, so in JavaScript you can match the rest of your camel-case code by sending `createdAt`, and in Ruby you can match your snake-case code by sending `created_at`. That way the API never seems alien to your code base.
128+

0 commit comments

Comments
 (0)