Skip to content

Commit

Permalink
misc: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jul 4, 2024
1 parent 4927cc8 commit 5921f34
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const validateOidcAuthAudiencesField = z
.default("")
.transform((data) => {
if (data === "") return "";
// Trim each ID and join with ', ' to ensure formatting
return data
.split(",")
.map((id) => id.trim())
Expand Down

0 comments on commit 5921f34

Please sign in to comment.