fix incorrect model name
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
"projectDescription": "string",
|
"projectDescription": "string",
|
||||||
"logoUrl": "string",
|
"logoUrl": "string",
|
||||||
"imageUrl": "string",
|
"imageUrl": "string",
|
||||||
"estimatedHours": 0,
|
"estimatedHours": "number",
|
||||||
"interestedCampers": [],
|
"interestedCampers": [],
|
||||||
"confirmedCampers": [],
|
"confirmedCampers": [],
|
||||||
"currentStatus": "string"
|
"currentStatus": "string"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "bonfire",
|
"name": "story",
|
||||||
"base": "PersistedModel",
|
"base": "PersistedModel",
|
||||||
"trackChanges": false,
|
"trackChanges": false,
|
||||||
"idInjection": true,
|
"idInjection": true,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bonfire",
|
"name": "user",
|
||||||
"base": "PersistedModel",
|
"base": "User",
|
||||||
"trackChanges": false,
|
"trackChanges": false,
|
||||||
"idInjection": true,
|
"idInjection": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
"dataSource": "db",
|
"dataSource": "db",
|
||||||
"public": true
|
"public": true
|
||||||
},
|
},
|
||||||
"field-guide": {
|
"fieldGuide": {
|
||||||
"dataSource": "db",
|
"dataSource": "db",
|
||||||
"public": true
|
"public": true
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user