Skip to content

Commit

Permalink
Merge branch 'eng-1336-custom-override-permissions' of https://github…
Browse files Browse the repository at this point in the history
….com/unkeyed/unkey into eng-1336-custom-override-permissions
  • Loading branch information
MichaelUnkey committed Oct 16, 2024
2 parents eacb3b6 + b6519f1 commit 5828b35
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 5828b35

Please sign in to comment.