Skip to content

Commit

Permalink
fix(app): Fix type Chat and Message on Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
nizarfadlan committed Apr 2, 2024
1 parent ac1e75c commit 97d0431
Show file tree
Hide file tree
Showing 5 changed files with 960 additions and 2,447 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME_BOT_BROWSER="Whatsapp Bot"
PORT="3000"
API_KEY="a6bc226axxxxxxxxxxxxxx"
NODE_ENV="development"
DATABASE_URL="mysql://root:nizar@localhost:3406/baileys_api"
DATABASE_URL="mysql://root:@localhost:3306/baileys_api"
RECONNECT_INTERVAL="5000"
MAX_RECONNECT_RETRIES="5"
SSE_MAX_QR_GENERATION="10"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ npm install
4. Build the project using the `build` script

```sh
npm run generate
npm run build
```

Expand Down
Loading

0 comments on commit 97d0431

Please sign in to comment.