Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuarte47 committed Oct 21, 2024
1 parent 0b17c95 commit 12d94e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ WITH __input AS (
'https://httpbin.org/delay/0',
headers => MAP {
'accept': 'application/json',
}::VARCHAR,
params => MAP {}::VARCHAR
},
params => MAP {
}
) AS data
),
__features AS (
Expand Down

0 comments on commit 12d94e6

Please sign in to comment.