Skip to content

Commit 632fb0a

Browse files
committed
fix linter
1 parent 7f27d3d commit 632fb0a

File tree

1 file changed

+1
-1
lines changed
  • packages/xrpl/src/models/transactions

1 file changed

+1
-1
lines changed

packages/xrpl/src/models/transactions/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ export function validateCredentialType<
775775
* @param isStringID Toggle for if array contains IDs instead of AuthorizeCredential objects
776776
* @param maxCredentials The maximum length of the credentials array.
777777
* PermissionedDomainSet transaction uses 10, other transactions use 8.
778-
* @param fieldName
778+
* @param fieldName The name of the field being validated. Defaults to 'CredentialIDs'.
779779
* @throws Validation Error if the formatting is incorrect
780780
*/
781781
// eslint-disable-next-line max-params, max-lines-per-function -- separating logic further will add unnecessary complexity

0 commit comments

Comments
 (0)