diff --git a/src/libs/actions/CurrentDate.ts b/src/libs/actions/CurrentDate.ts index 7554fb16ea8f..b19a3430e96f 100644 --- a/src/libs/actions/CurrentDate.ts +++ b/src/libs/actions/CurrentDate.ts @@ -1,7 +1,7 @@ import Onyx from 'react-native-onyx'; import ONYXKEYS from '../../ONYXKEYS'; -function setCurrentDate(currentDate: string): void { +function setCurrentDate(currentDate: string) { Onyx.set(ONYXKEYS.CURRENT_DATE, currentDate); }