mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 04:39:20 +00:00
feat: add options to handle whatsapp session on frontend
This commit is contained in:
@@ -16,7 +16,7 @@ interface Response {
|
||||
|
||||
const CreateWhatsAppService = async ({
|
||||
name,
|
||||
status = "INITIALIZING",
|
||||
status = "OPENING",
|
||||
isDefault = false
|
||||
}: Request): Promise<Response> => {
|
||||
const schema = Yup.object().shape({
|
||||
|
||||
Reference in New Issue
Block a user