Updated changeset to include the new limitation of permission params types
Signed-off-by: Harry Hogg <hhogg@spotify.com>
This commit is contained in:
@@ -29,3 +29,5 @@ createPermissionRule({
|
||||
toQuery: ({ foo, bar }) => {},
|
||||
});
|
||||
```
|
||||
|
||||
One final change made is to limit the possible values for a parameter to primitives and arrays of primitives.
|
||||
|
||||
Reference in New Issue
Block a user