Skip to content

Commit

Permalink
one more format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickmehaffy authored and Lith committed Feb 18, 2021
1 parent 624cd48 commit 7716361
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions models/expotoken.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
},
"options": {
"increments": true,
"timestamps": ["created_at", "updated_at"],
"timestamps": [
"created_at",
"updated_at"
],
"comment": "",
"draftAndPublish": false
},
Expand All @@ -20,7 +23,10 @@
},
"platform": {
"type": "enumeration",
"enum": ["android", "ios"]
"enum": [
"android",
"ios"
]
},
"user": {
"plugin": "users-permissions",
Expand Down

0 comments on commit 7716361

Please sign in to comment.