Skip to content

Commit fc4fb63

Browse files
committed
Add float to examples
1 parent b18dc7d commit fc4fb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/axios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const handler: Handler<Options> = async ({ logger }) => {
1818
paramsSerializer: serializeUrlSearchParams,
1919
params: {
2020
a: 'bar',
21-
b: 2,
21+
b: 2.3,
2222
c: true,
2323
d: null,
2424
e: ['a', 2],

0 commit comments

Comments
 (0)