Ignore the error about using let instead of const :eye_roll:
It's most likely to change once the creator starts working on it
This commit is contained in:
parent
6f577220d4
commit
f0e5442898
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export const main = createLayer(() => {
|
||||||
const total = trackTotal(points);
|
const total = trackTotal(points);
|
||||||
|
|
||||||
const pointGain = computed(() => {
|
const pointGain = computed(() => {
|
||||||
|
// eslint-disable-next-line prefer-const
|
||||||
let gain = new Decimal(1);
|
let gain = new Decimal(1);
|
||||||
return gain;
|
return gain;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue