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
@@ -433,11 +433,7 @@ export abstract class Relation {
433
433
},
434
434
set: ()=>{
435
435
thrownewRelationError(
436
-
format(
437
-
'Failed to set property "%s" on collection (%s): relational properties are read-only and can only be updated via collection updates',
438
-
serializedPath,
439
-
this.ownerCollection[kCollectionId],
440
-
),
436
+
`Failed to set property "${serializedPath}" on collection (${this.ownerCollection[kCollectionId]}): relational properties are read-only and can only be updated via collection updates`,
0 commit comments