Skip to content

Commit c386127

Browse files
lint fix
1 parent 1ead83d commit c386127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/long.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class Long extends BSONValue {
276276
str: string,
277277
validateStringCharacters: boolean,
278278
unsigned?: boolean,
279-
radix?: number,
279+
radix?: number
280280
): Long {
281281
if (str.length === 0) throw new BSONError('empty string');
282282
if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity')

0 commit comments

Comments
 (0)