Skip to content

Commit 29dd3ff

Browse files
authored
Correctly camelCase collection name (canada-ca#2213)
chartSummaryCriteria, not chartsummarycriteria.
1 parent c95ae9e commit 29dd3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-js/database-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const databaseOptions = ({ rootPass }) => [
9292
},
9393
{
9494
type: 'documentcollection',
95-
name: 'chartsummarycriteria',
95+
name: 'chartSummaryCriteria',
9696
options: { replicationfactor: 3, writeconcern: 1, numberofshards: 6 },
9797
},
9898
{

0 commit comments

Comments
 (0)