mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
Merge branch 'release' into develop
This commit is contained in:
commit
0ecafb4a2e
3 changed files with 2 additions and 3 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "habitica",
|
"name": "habitica",
|
||||||
"version": "4.116.5",
|
"version": "4.116.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "habitica",
|
"name": "habitica",
|
||||||
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
"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",
|
"main": "./website/server/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/trace-agent": "^4.0.0",
|
"@google-cloud/trace-agent": "^4.0.0",
|
||||||
|
|
|
||||||
|
|
@ -920,7 +920,6 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async submit () {
|
async submit () {
|
||||||
if (!this.task.title) return;
|
|
||||||
if (this.newChecklistItem) this.addChecklistItem();
|
if (this.newChecklistItem) this.addChecklistItem();
|
||||||
|
|
||||||
// TODO Fix up permissions on task.group so we don't have to keep doing these hacks
|
// TODO Fix up permissions on task.group so we don't have to keep doing these hacks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue