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
3 lines
60 B
JavaScript
3 lines
60 B
JavaScript
export function sumReduce(sum, val) {
|
|
return sum + val;
|
|
};
|