diff --git a/src/minima.ts b/src/minima.ts index a990a86..b9ac0e0 100644 --- a/src/minima.ts +++ b/src/minima.ts @@ -241,9 +241,9 @@ export interface SqlCallBackResponse { db: string; status: boolean; sql: string; - response?: SqlResponse; message: string; minifunc: string; + response?: SqlResponse; } interface State { port: string