Browse Source

Missing ,

sbkwgh 8 years ago
parent
commit
e9fa11fb68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/errors.js

+ 1 - 1
lib/errors.js

@@ -12,7 +12,7 @@ let Errors = {
 		}
 
 		return `Parameter "${param}" is invalid${punctuatedMessage}`
-	}
+	},
 	missingParameter (param) {
 		return `The request is missing the parameter "${param}"`
 	},