Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Morgan <[email protected]>
  • Loading branch information
devinmorgan committed Jul 24, 2024
1 parent a8e4db7 commit e135910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal class CheckBalanceRepository(
return if (response is ForageApiResponse.Success) {
// response comes as (snap, non_snap) but we've historically
// returned (snap, cash) in our SDK public API. So, we need
// to parse the JSON nad convert to (snap, cash).
// to parse the JSON and convert to (snap, cash).
// we also need to return a ForageApiResponse.Success
// so, the journey looks like
// ForageApiResponse.Success (this is response)
Expand Down

0 comments on commit e135910

Please sign in to comment.