tambahannya

This commit is contained in:
bipproduction
2025-10-24 14:29:08 +08:00
parent 438619956b
commit 0c96075498
2 changed files with 2 additions and 2 deletions

View File

@@ -87,4 +87,4 @@ bunx prisma db seed
│ ├── index.html # HTML template for the frontend
│ └── index.tsx # Main application entry point (server-side)
└── ...
```
```

View File

@@ -278,7 +278,7 @@ const WaHookRoute = new Elysia({
// gunakan void agar tidak ada warning “unawaited promise"
void flowAiImage({
message,
media_data,
media_data: `data:${media_mime};base64,${media_data}`,
media_name,
media_mime,
});