Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Apr 24, 2024
1 parent 1ead83d commit c386127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/long.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class Long extends BSONValue {
str: string,
validateStringCharacters: boolean,
unsigned?: boolean,
radix?: number,
radix?: number
): Long {
if (str.length === 0) throw new BSONError('empty string');
if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity')
Expand Down

0 comments on commit c386127

Please sign in to comment.