Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/api/executors/SqlExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export class SqlExecutor<
const method = this.config.requestMethod;

this.config.verbose && console.log(`[SQL EXECUTOR] ▶️ Executing ${method} on table "${TABLE_NAME}"`);
this.config.verbose && console.log(`[SQL EXECUTOR] 🧩 Request body:`, this.request.body);
this.config.verbose && console.log(`[SQL EXECUTOR] 🧩 Request query:`, this.request.query);
this.config.verbose && console.log(`[SQL EXECUTOR] 🧩 Request:`, this.request);


switch (method) {
Expand Down