Skip to content

Commit

Permalink
Update permissionMonitor.machine.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
technoplato committed Mar 28, 2024
1 parent 5af6547 commit c770626
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const permissionMonitoringMachine = setup({
context.permissionSubscribers[permission].forEach((actorRef) => {
enqueue.sendTo(actorRef, {
type: 'permissionStatusChanged',
// @ts-expect-error TODO type these
permission,
status: context.permissionsStatuses[permission],
});
Expand Down

0 comments on commit c770626

Please sign in to comment.