Skip to content

Commit

Permalink
Run yarn fix (#4962)
Browse files Browse the repository at this point in the history
Summary:
[js] Run yarn fix

Pull Request resolved: #4962

Reviewed By: mweststrate

Differential Revision: D47717348

Pulled By: passy

fbshipit-source-id: 15de379990509d83edf218fe9073107c9b520956
  • Loading branch information
passy authored and facebook-github-bot committed Jul 25, 2023
1 parent e7ac579 commit 51ae6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/js-flipper/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ export class FlipperClient {

if (method === 'getBackgroundPlugins') {
responder.success({
plugins: [...this.plugins.keys()].filter((key) =>
this.plugins.get(key)?.runInBackground?.(),
plugins: [...this.plugins.keys()].filter(
(key) => this.plugins.get(key)?.runInBackground?.(),
),
});
return;
Expand Down

0 comments on commit 51ae6f7

Please sign in to comment.