Skip to content

Commit

Permalink
changed getCaCerts key from ca-cert -> ca-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad riyaz committed Nov 24, 2024
1 parent a692148 commit 242595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/api/ca/queries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TCertificateAuthority } from "./types";

export const caKeys = {
getCaById: (caId: string) => [{ caId }, "ca"],
getCaCerts: (caId: string) => [{ caId }, "ca-cert"],
getCaCerts: (caId: string) => [{ caId }, "ca-certs"],
getCaCrls: (caId: string) => [{ caId }, "ca-crls"],
getCaCert: (caId: string) => [{ caId }, "ca-cert"],
getCaCsr: (caId: string) => [{ caId }, "ca-csr"],
Expand Down

0 comments on commit 242595f

Please sign in to comment.