Skip to content

Commit

Permalink
fix: bind on asInteger
Browse files Browse the repository at this point in the history
Signed-off-by: francesco <[email protected]>
  • Loading branch information
cesco69 authored Dec 11, 2024
1 parent 76b7b6d commit ee31dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let {
asTime,
} = serializer
asNumber = asNumber.bind(serializer)
asInteger = asInteger.bind(serializer)
`

Expand Down

0 comments on commit ee31dab

Please sign in to comment.