Skip to content
Snippets Groups Projects
Commit 63154be2 authored by Julia Friesel's avatar Julia Friesel
Browse files

Shorten line lengths in sympto

parent 2f9b08fd
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ import getPreOvulatoryPhase from './pre-ovulatory'
import { LocalDate } from 'js-joda'
import assert from 'assert'
export default function getSymptoThermalStatus({ cycle, previousCycle, earlierCycles = [] }) {
export default function getSymptoThermalStatus(cycles) {
const { cycle, previousCycle, earlierCycles = [] } = cycles
throwIfArgsAreNotInRequiredFormat([cycle, ...earlierCycles])
const status = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment