Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abrantesarthur committed Jan 22, 2025
1 parent e5c18d5 commit 64d40f5
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 @@ -342,7 +342,7 @@ export const OneTrustGetRiskResponse = t.type({
name: t.string,
}),
t.partial({
/** The nameKeu */
/** The nameKey */
nameKey: t.array(t.string),
/** The badgeColor */
badgeColor: t.union([t.string, t.null]),
Expand Down

0 comments on commit 64d40f5

Please sign in to comment.