Merge branch 'release' into develop

This commit is contained in:
Sabe Jones 2019-10-11 16:33:24 -05:00
commit 0ecafb4a2e
3 changed files with 2 additions and 3 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.116.5",
"version": "4.116.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.116.5",
"version": "4.116.6",
"main": "./website/server/index.js",
"dependencies": {
"@google-cloud/trace-agent": "^4.0.0",

View file

@ -920,7 +920,6 @@ export default {
}
},
async submit () {
if (!this.task.title) return;
if (this.newChecklistItem) this.addChecklistItem();
// TODO Fix up permissions on task.group so we don't have to keep doing these hacks