Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
abrantesarthur committed Feb 4, 2025
1 parent ffbbf11 commit f99e129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oneTrust/endpoints/getRisk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export const OneTrustGetRiskResponse = t.type({
name: t.string,
}),
t.partial({
/** The nameKey */
/** The name Key */
nameKey: t.union([t.string, t.null]),
/** The badgeColor */
badgeColor: t.union([t.string, t.null]),
Expand Down

0 comments on commit f99e129

Please sign in to comment.