Fix lint issue.

This commit is contained in:
Jaco Greeff 2017-07-13 11:06:51 +02:00
parent d8c3c247f8
commit 2007de3241
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export const ERROR_CODES = {
COMPILATION_ERROR: -32050,
ENCRYPTION_ERROR: -32055,
FETCH_ERROR: -32060,
INVALID_PARAMS: -32602,
INVALID_PARAMS: -32602
};
export default class TransportError extends ExtendableError {