Skip to content

Commit cd6f983

Browse files
committed
Fix script
1 parent 0e2196b commit cd6f983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/cloud-sql-postgres-data/scripts/execute_sql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function mergeContextualVariables(env) {
6767
* @returns {{ env: Object, userAgent: string }}
6868
*/
6969
function prepareEnvironment() {
70-
const env = { ...process.env };
70+
var env = { ...process.env };
7171
let userAgent = "skills";
7272

7373
if (process.env.GEMINI_CLI === '1') {

0 commit comments

Comments
 (0)