Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 24, 2024
1 parent 762b971 commit 9401a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ test("sets new ratelimits", async (t) => {
where: (table, { eq }) => eq(table.identityId, identity.id),
});

console.log({ found })
console.log({ found });
expect(found.length).toBe(ratelimits.length);
for (const rl of ratelimits) {
expect(
Expand Down

0 comments on commit 9401a6c

Please sign in to comment.