Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 4, 2024
1 parent a2fa6b4 commit 86081e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shell-api/src/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,8 @@ export default class Collection extends ShellApiWithMongoClass {

/**
* Helper for getting collection info of sharded timeseries collections
* @returns the bucket count and collection info based on given collStats
* @returns collection info based on given collStats, null if the information is not found or
* if the collection is not timeseries.
*/
async _getShardedTimeseriesCollectionInfo(
config: Database,
Expand Down

0 comments on commit 86081e4

Please sign in to comment.