Skip to content

Commit 86c6707

Browse files
committed
Fix callback API to match latest design
1 parent fe91c7c commit 86c6707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sessionfixup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const httpPort = 7000;
5656
// ignored. They would be valid if connection tagging was being used.
5757
// If you have multiple SQL statements to execute, put them in a
5858
// single, anonymous PL/SQL block for efficiency.
59-
function initSession(connection, requestedTag, actualTag, cb) {
59+
function initSession(connection, requestedTag, cb) {
6060
console.log('In initSession');
6161
connection.execute(`ALTER SESSION SET TIME_ZONE = 'UTC'`, cb);
6262
}

0 commit comments

Comments
 (0)