mirror of
https://github.com/vernu/textbee.git
synced 2026-02-20 07:34:00 -05:00
chore(api): update error message
This commit is contained in:
@@ -107,7 +107,7 @@ export class GatewayService {
|
||||
throw new HttpException(
|
||||
{
|
||||
success: false,
|
||||
error: 'Invalid message',
|
||||
error: 'Message cannot be blank',
|
||||
},
|
||||
HttpStatus.BAD_REQUEST,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user