Skip to content

Commit 93b8a55

Browse files
committed
cleaning api description
1 parent 67e8137 commit 93b8a55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/woqlClient.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,11 +482,9 @@ WOQLClient.prototype.getCSV = function(csv_name, download, gtype, gid) {
482482
*
483483
* @param {array} csv_name is an array of csv file names
484484
* @param {string} commit_msg Textual message describing the reason for the delete
485-
* @param {string} gtype type of graph |instance|schema|inference|
486-
* @param {string} gid TerminusDB Graph ID to update, main is the default value
487485
* @return {Promise} An API success message
488486
*/
489-
WOQLClient.prototype.deleteCSV = function(csv_name, commit_msg, gtype, gid) {
487+
WOQLClient.prototype.deleteCSV = function(csv_name, commit_msg) {
490488
if (commit_msg && csv_name) {
491489
let commit = this.generateCommitInfo(commit_msg)
492490
let options = {}, filePath

0 commit comments

Comments
 (0)