Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 9a774b3

Browse files
committed
Fix name of class in fauna create script
1 parent 3654a8b commit 9a774b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions-templates/js/fauna-crud/create-schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function createFaunaDB() {
1818
return client
1919
.query(q.Create(q.Ref('classes'), { name: 'items' }))
2020
.then(() => {
21-
console.log('Created comments class')
21+
console.log('Created items class')
2222
return client.query(
2323
q.Create(q.Ref('indexes'), {
2424
name: 'all_items',

0 commit comments

Comments
 (0)