sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
e9fa11fb68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}"`
 	},