Skip to content

Commit 5deeb62

Browse files
authored
fix(mongodb-constants): update NumberLong template to include quotes around value (#596)
1 parent 4a5e524 commit 5deeb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-constants/src/bson-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const BSON_TYPES = [
7070
meta: 'bson',
7171
version: '0.0.0',
7272
description: 'BSON 64 but Integer type',
73-
snippet: 'NumberLong(${1:value})',
73+
snippet: "NumberLong('${1:value}')",
7474
},
7575
{
7676
name: 'NumberDecimal',

0 commit comments

Comments
 (0)