Skip to content

Commit

Permalink
Fix missing new long type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberdi committed May 29, 2024
1 parent 15b0b8f commit 5cffccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nbson.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
-type value() ::
float()
| integer()
| {long, integer()}
| binary()
| undefined
| null
Expand Down

0 comments on commit 5cffccc

Please sign in to comment.