fix(core, achievements): Account age due to leap years (#501)

This commit is contained in:
Spenser Black
2021-08-26 07:17:53 -04:00
committed by GitHub
parent bf18237d69
commit e3cd805fa4
3 changed files with 11 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ export default async function({list, login, data, computed, imports, graphql, qu
//Member
{
const value = computed.registered.diff
const { years: value } = computed.registered
const unlock = null
list.push({

View File

@@ -219,7 +219,7 @@ export default async function({list, login, data, computed, imports, graphql, qu
//Member
{
const value = computed.registered.diff
const { years: value } = computed.registered
const unlock = null
list.push({