Skip to content

Commit

Permalink
fix: made optional quotaLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEROM22 committed Mar 22, 2024
1 parent 297dfc5 commit d63aad0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/docspace/people/people.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const { Service } = require("../client/client")
* @property {string=} mobilePhone
* @property {number} mobilePhoneActivationStatus
* @property {boolean} isSSO
* @property {number} quotaLimit
* @property {number=} quotaLimit
* @property {number} usedSpace
* @property {string} id
* @property {string} displayName
Expand Down
1 change: 0 additions & 1 deletion app/docspace/people/people.samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const user = {
lastName: "Doe",
mobilePhoneActivationStatus: 0,
profileUrl: "https://johndoe.example.io/accounts/view/john.doe",
quotaLimit: 0,
status: 1,
usedSpace: 0,
userName: "john.doe"
Expand Down

0 comments on commit d63aad0

Please sign in to comment.