We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7827b commit 4c3af7eCopy full SHA for 4c3af7e
packages/spin-mysql/src/index.ts
@@ -38,7 +38,7 @@ function createMysqlConnection(
38
},
39
execute: (statement: string, params: RdbmsParameterValue[]) => {
40
let santizedParams = convertRdbmsToWitTypes(params);
41
- let ret = connection.execute(statement, santizedParams);
+ connection.execute(statement, santizedParams);
42
43
};
44
}
0 commit comments