File tree Expand file tree Collapse file tree
packages/gator-permissions-controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ gatorPermissionsController.enableGatorPermissions();
2929### Fetch from Profile Sync
3030
3131``` typescript
32- const permissions = await gatorPermissionsController .fetchAndUpdateGatorPermissions ();
32+ const permissions =
33+ await gatorPermissionsController .fetchAndUpdateGatorPermissions ();
3334```
3435
3536## Contributing
3637
37- This package is part of a monorepo. Instructions for contributing can be found in the [ monorepo README] ( https://github.com/MetaMask/core#readme ) .
38+ This package is part of a monorepo. Instructions for contributing can be found in the [ monorepo README] ( https://github.com/MetaMask/core#readme ) .
Original file line number Diff line number Diff line change 55 },
66 "references" : [
77 { "path" : " ../base-controller" },
8- { "path" : " ../profile-sync-controller" },
8+ { "path" : " ../profile-sync-controller" }
99 ],
1010 "include" : [" ../../types" , " ./src" ]
1111}
You can’t perform that action at this time.
0 commit comments