Skip to content

Commit

Permalink
Merge branch 'master' of github.com:clucasalcantara/rethinkly
Browse files Browse the repository at this point in the history
  • Loading branch information
clucasalcantara committed Jun 8, 2019
2 parents 93b99bf + 60dcb6a commit 9d5de73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/transactions/insert-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const rethinkdb = require('rethinkdb')
* Grab data from database
* @param {Object} connection
* @param {String} tableName
* @param {String} id?
* @returns {Array||Object} results || result
*/
module.exports = async (connection, tableName, data) =>
Expand Down
2 changes: 1 addition & 1 deletion src/transactions/retrieve-data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Data module
* Retrieve data module
* @memberof rethinkly
*/
const rethinkdb = require('rethinkdb')
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2602,9 +2602,9 @@ js-types@^1.0.0:
integrity sha1-0kLmSU7Vcq08koCfyL7X92h8vwM=

js-yaml@^3.10.0, js-yaml@^3.12.0, js-yaml@^3.9.0:
version "3.12.2"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc"
integrity sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q==
version "3.13.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
Expand Down

0 comments on commit 9d5de73

Please sign in to comment.