Skip to content

Commit

Permalink
update jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxmykel committed Oct 16, 2020
1 parent d4c015e commit 72246b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/v1/app/database/index.js
Expand Up @@ -21,9 +21,10 @@ pool.on('remove', () => {

/**
* @function query
* @description queries the db with the specified string
* @description queries the db
* @param {string} queryString - the query string
* @param {any []} values - an array with values of items replaced with parameters in the query
* @param {any []} values - an array with values
* for items specified as parameters in the query string
* @returns {*} nothing
*/
const query = (queryString, values = []) => {
Expand Down

0 comments on commit 72246b1

Please sign in to comment.