Skip to content

Commit

Permalink
Update apps/api/src/routes/v1_ratelimit_listOverrides.ts
Browse files Browse the repository at this point in the history
Rabbit comment. Seems Valid.

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
MichaelUnkey and coderabbitai[bot] authored Oct 16, 2024
1 parent 730d661 commit b6519f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/routes/v1_ratelimit_listOverrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const registerV1RatelimitListOverrides = (app: App) =>
identifier: r.identifier,
limit: r.limit,
duration: r.duration,
async: r.async ?? undefined,
async: r.async,
})),
total: overrides.length,
cursor: overrides.at(-1)?.id ?? undefined,
Expand Down

0 comments on commit b6519f1

Please sign in to comment.