diff --git a/src/core/libs/socket/index.ts b/src/core/libs/socket/index.ts index d7db7a5a..5195d1a4 100644 --- a/src/core/libs/socket/index.ts +++ b/src/core/libs/socket/index.ts @@ -12,7 +12,7 @@ export class SocketConnection{ constructor(props:any){ if (!props) { - throw new Error("Mmm some props are not defined") + throw new Error("Mmm some props are not defined") } this.state = { address: props.address,