Skip to content

Commit

Permalink
fix(samples): Fixing the Hello world (#339)
Browse files Browse the repository at this point in the history
The json for family name was incorrect
  • Loading branch information
sduskis authored and JustinBeckwith committed Oct 26, 2018
1 parent f2fae1b commit 47e60ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/hello-world/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const getRowGreeting = row => {
const options = {
families: [
{
id: COLUMN_FAMILY_ID,
name: COLUMN_FAMILY_ID,
rule: {
versions: 1,
},
Expand Down
2 changes: 1 addition & 1 deletion samples/hello-world/index.v6.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ co(function*() {
const options = {
families: [
{
id: COLUMN_FAMILY_ID,
name: COLUMN_FAMILY_ID,
rule: {
versions: 1,
},
Expand Down

0 comments on commit 47e60ff

Please sign in to comment.