Skip to content

Commit

Permalink
Correção de bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
vilsonei committed Jun 21, 2024
1 parent 3151a92 commit 601ae83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ CONFIG_SESSION_PHONE_NAME=Edge
# Set qrcode display limit
QRCODE_LIMIT=5
QRCODE_EXPIRATION_TIME=20 # seconds
QRCODE_LIGHT_COLOR=#ffffff
QRCODE_DARK_COLOR=#198754
QRCODE_LIGHT_COLOR='#ffffff'
QRCODE_DARK_COLOR='#198754'

# Maximun time to connect to whatsapp
CONNECTION_TIMEOUT=120 # seconds
Expand Down
1 change: 0 additions & 1 deletion src/whatsapp/services/whatsapp.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { QrCode } from './../../config/env.config';
/**
* ┌──────────────────────────────────────────────────────────────────────────────┐
* │ @author jrCleber │
Expand Down

0 comments on commit 601ae83

Please sign in to comment.