Skip to content

Commit cf40c0c

Browse files
committed
chore(mongodb-constants): fix constants type
1 parent db3b603 commit cf40c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-constants/src/system-variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ const SYSTEM_VARIABLES = [
9090
description:
9191
'A variable that stores the role names of the authenticated user running the command.',
9292
},
93-
];
93+
] as const;
9494

9595
export { SYSTEM_VARIABLES };

0 commit comments

Comments
 (0)