Fix lint/build issue (#6050)

This commit is contained in:
Jaco Greeff 2017-07-13 14:37:35 +02:00 committed by Gav Wood
parent 22261bc2d1
commit 58307479ad
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 {