Browse Source

Missing ,

sbkwgh 8 năm trước cách đây
mục cha
commit
e9fa11fb68
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}"`
 	},