Skip to content

Commit

Permalink
chore(mongodb-constants): fix constants type
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup committed Sep 21, 2023
1 parent db3b603 commit cf40c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mongodb-constants/src/system-variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ const SYSTEM_VARIABLES = [
description:
'A variable that stores the role names of the authenticated user running the command.',
},
];
] as const;

export { SYSTEM_VARIABLES };

0 comments on commit cf40c0c

Please sign in to comment.