Skip to content

Commit

Permalink
lint fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Sherman <[email protected]>
  • Loading branch information
usingtechnology committed Aug 15, 2024
1 parent b3e4a27 commit 6691938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/forms/common/middleware/validateParameter.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ const validateUserId = async (_req, _res, next, userId) => {
next(error);
}
};
/**

/**
* Validates that the :formEncryptionKeyId route parameter exists and is a UUID. This
* validator requires that the :formId route parameter also exists.
*
Expand Down

0 comments on commit 6691938

Please sign in to comment.