Skip to content

Commit 0379df2

Browse files
committed
fix: review update
1 parent c99929f commit 0379df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ const isWhitelistedUrl = (url: string, whitelist: WhitelistUrl[], { allowedProto
468468
*
469469
* @example Recombine a list of values into all possible combinations
470470
* // [a, b, c]
471-
* [[], [a], [a, b], [a, b, c], [b], [b, c], [c], [c, a]]
471+
* [[], [a], [a, b], [a, b, c], [b], [b, c], [c], [a, c]]
472472
*
473473
* @param values - List of string values.
474474
* @returns Array of string combinations.

0 commit comments

Comments
 (0)