diff --git a/samples/hello-world/index.js b/samples/hello-world/index.js index 4e98e93bf..7f0e98924 100644 --- a/samples/hello-world/index.js +++ b/samples/hello-world/index.js @@ -51,7 +51,7 @@ const getRowGreeting = row => { const options = { families: [ { - id: COLUMN_FAMILY_ID, + name: COLUMN_FAMILY_ID, rule: { versions: 1, }, diff --git a/samples/hello-world/index.v6.js b/samples/hello-world/index.v6.js index d199c4be4..a46c935d5 100644 --- a/samples/hello-world/index.v6.js +++ b/samples/hello-world/index.v6.js @@ -48,7 +48,7 @@ co(function*() { const options = { families: [ { - id: COLUMN_FAMILY_ID, + name: COLUMN_FAMILY_ID, rule: { versions: 1, },