Skip to content

Commit 03e9923

Browse files
committed
Fix(main): Fix syntax typo
1 parent 4ca9555 commit 03e9923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requestbin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function methodConfig (props) {
128128
* @return {void}
129129
*/
130130

131-
function methodCreate (isPrivate, callback) (
131+
function methodCreate (isPrivate, callback) {
132132
var props = {};
133133

134134
if (typeof isPrivate === 'function') {

0 commit comments

Comments
 (0)