Skip to content

Commit

Permalink
Updated jsdoc. Processed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Houwie7000 committed Dec 3, 2024
1 parent dff17a8 commit 80c6e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion InfoLogger/lib/utils/preparedStatementParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@

/**
* Translate the SQL prepared statement to a regular SQL query.
* This function is to be used for logging purposes ONLY.
* @param {string} requestRows - The prepared SQL statement.
* @param {object} values - Values for the prepared SQL statement.
* @param {number} limit - Configured limit of the sql query results.
* @returns {string} the resulting SQL query as a string.
* @returns {string} The resulting SQL query as a string.
*/
function processPreparedSQLStatement(requestRows, values, limit) {
let sqlQuery = requestRows;
Expand Down

0 comments on commit 80c6e9a

Please sign in to comment.