Skip to content

Commit 8f3b6b0

Browse files
authored
Merge pull request #103386 from kanshiG/patch-68
Extra parameter in the insert fixed
2 parents 97602c2 + bec6ad4 commit 8f3b6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-cassandra-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This step is optional. If you're interested to learn how the code creates the da
111111
...
112112
{
113113
query: 'INSERT INTO uprofile.user (user_id, user_name , user_bcity) VALUES (?,?,?)',
114-
params: [5, 'IvanaV', 'Belgaum', '2017-10-3136']
114+
params: [5, 'IvanaV', 'Belgaum']
115115
}
116116
];
117117
client.batch(queries, { prepare: true}, next);

0 commit comments

Comments
 (0)