Skip to content

Commit 12d94e6

Browse files
committed
Update README.md
1 parent 0b17c95 commit 12d94e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ WITH __input AS (
4646
'https://httpbin.org/delay/0',
4747
headers => MAP {
4848
'accept': 'application/json',
49-
}::VARCHAR,
50-
params => MAP {}::VARCHAR
49+
},
50+
params => MAP {
51+
}
5152
) AS data
5253
),
5354
__features AS (

0 commit comments

Comments
 (0)