Skip to content

Commit

Permalink
Make comments JSDoc compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 8, 2025
1 parent f2cdfc2 commit 1f521ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions core/database/foxx/api/authz.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ module.exports = (function () {
* - `max_proj` (number): Maximum projects allowed.
* - `max_sav_qry` (number): Maximum saved queries allowed.
* - `email` (string): The client's email address.
* @param {string} a_perm - The permission type to check, e.g.:
* - `PERM_CREATE`
* - `PERM_WR_DATA`
* - `PERM_RD_DATA`
* @param {string} a_perm - The permission type to check
*
* @see support#obj - for permission options i.e.PERM_CREATE, PERM_WR_DATA, PERM_RD_DATA`
*/

obj.isRecordActionAuthorized = function (a_client, a_data_key, a_perm) {
Expand Down

0 comments on commit 1f521ca

Please sign in to comment.