Guts Data Un-saving
Don't save guts max to database since we don't need it, but make sure that it still shows up as a token bar that can be chosen rather than a single value
This commit is contained in:
parent
514a643b32
commit
f1d0d781d8
3 changed files with 37 additions and 2 deletions
3
module/utils/sumReduce.mjs
Normal file
3
module/utils/sumReduce.mjs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function sumReduce(sum, val) {
|
||||
return sum + val;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue