Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelUnkey committed Jan 8, 2025
1 parent 99ac8db commit 9bd0d92
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ export const CreateKey = ({ apiId, keyAuthId, defaultBytes, defaultPrefix }: Pro
refill:
refill?.amount && refill.interval !== "none"
? {
amount: refill.amount,
refillDay: refill.interval === "daily" ? null : refill.refillDay ?? 1,
}
amount: refill.amount,
refillDay: refill.interval === "daily" ? null : refill.refillDay ?? 1,
}
: undefined,
enabled: true,
});
Expand Down

0 comments on commit 9bd0d92

Please sign in to comment.