Skip to content

Commit aa821d8

Browse files
committed
linting
1 parent 6a3b9d2 commit aa821d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/resources/utilityFunctions.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export const convertToBase64 = (fileArray) => fileArray.map((file) => new Promis
1212

1313
// used to add days to a Date () in the AdditionalInfo component
1414
export const addDays = (date, days) => {
15-
date.setDate(date.getDate() + days);
16-
return date;
17-
}
15+
date.setDate(date.getDate() + days)
16+
return date
17+
}

0 commit comments

Comments
 (0)