clubhouse-lib
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -272,3 +272,3 @@ 'use strict'; | ||
value: function createStoryComment(storyID, text) { | ||
return this.createResource('stories/' + storyID + '/comment', { text: text }); | ||
return this.createResource('stories/' + storyID + '/comments', { text: text }); | ||
} | ||
@@ -275,0 +275,0 @@ |
{ | ||
"name": "clubhouse-lib", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A Promise based library to the Clubhouse REST API", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
26294