fix(core, achievements): Account age due to leap years (#501)
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user