Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
flodnv committed Nov 23, 2023
1 parent 13f4925 commit 6c74c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/libs/E2E/apiMocks/openApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1457,9 +1457,7 @@ const openApp = (): Response => ({
{
onyxMethod: 'set',
key: 'betas',
value: [
'all',
],
value: ['all'],
},
{
onyxMethod: 'merge',
Expand Down
4 changes: 1 addition & 3 deletions src/libs/E2E/apiMocks/signinUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ const signinUser = ({email}: SigninParams): Response => ({
{
onyxMethod: 'set',
key: 'betas',
value: [
'all',
],
value: ['all'],
},
{
onyxMethod: 'merge',
Expand Down

0 comments on commit 6c74c47

Please sign in to comment.