Skip to content

Commit

Permalink
correct relation param type (#8819)
Browse files Browse the repository at this point in the history
Co-authored-by: samridhi <samridhiigd.a.v@gmail.com>
  • Loading branch information
samridhivig and samridhi committed Sep 3, 2023
1 parent b5578bc commit a95693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serializer/src/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ const JSONSerializer = Serializer.extend({
@public
@param {Snapshot} snapshot
@param {String} key
@param {String} relationshipType
@param {RelationshipSchema} relationship
@return {boolean} true if the hasMany relationship should be serialized
*/
shouldSerializeHasMany(snapshot, key, relationship) {
Expand Down

0 comments on commit a95693d

Please sign in to comment.