Skip to content

Commit

Permalink
[stdlib] Add TODO in decode() for AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed Apr 17, 2024
1 parent 1971b64 commit 8f6a222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib.ngs
Original file line number Diff line number Diff line change
Expand Up @@ -6974,7 +6974,7 @@ F decode(s:Str, hints:Hash) {
dh = DecodeHints(hints)
guard dh =~ AnyOf(
%(aws)
%(decode: aws)
%(decode: aws) # TODO: fix
)

if s == '' {
Expand Down

0 comments on commit 8f6a222

Please sign in to comment.