Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Feb 3, 2023
1 parent 93807ba commit 54ff34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/tests/e2e/fixtures/inject-initial-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default async function injectInitialData() {
);

await Promise.all(
[
[
{
_id: 'API_Enable_Rate_Limiter_Dev',
value: false,
Expand Down Expand Up @@ -47,7 +47,7 @@ export default async function injectInitialData() {
{
_id: 'API_Enable_Rate_Limiter_Dev',
value: false,
}
},
].map((setting) =>
connection
.db()
Expand Down

0 comments on commit 54ff34e

Please sign in to comment.