Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
chore(subscription-info): update constructor jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Jan 8, 2023
1 parent b39c13d commit e466977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/subscription-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class SubscriptionInfo {
/**
* Reads and returns subscription related information. This method returns also future subscription info.
*
* @property {Array<String>} ids ids necessary to lookup possibly nested subscription object
* @property {Number} [validBeforeMillis=new Date(2099, 0)] timestamp indicating until which time info should be included. Defaults to year 2099.
* @param {Array<String>} ids ids necessary to lookup possibly nested subscription object
* @param {Date} [validBeforeMillis=new Date(2099, 0)] timestamp indicating until which time info should be included. Defaults to year 2099.
*
* @returns {SubscriptionInfos}
*/
Expand Down

0 comments on commit e466977

Please sign in to comment.