Skip to content

Commit

Permalink
fix: encodeParam doc tweak to republish
Browse files Browse the repository at this point in the history
Release-please versioning was incorrect so the most critical package to get published didn't get published.

Updating the source comment header which should meet the criteria for republishing
  • Loading branch information
jkaster committed Apr 7, 2022
1 parent 5099567 commit 63b60f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sdk-rtl/src/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ export type Values = { [key: string]: any } | null | undefined

/**
* Encode parameter if not already encoded
*
* Note: this includes recognition of Date, DelimArray, and default objects for special handling
*
* @param value value of parameter
* @returns URI encoded value
*/
Expand Down

0 comments on commit 63b60f6

Please sign in to comment.