Skip to content

Commit bec6ad4

Browse files
authored
Extra parameter in the insert fixed
1 parent 366ed16 commit bec6ad4

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)