Skip to content

Commit

Permalink
27/11/2022 19:05hs
Browse files Browse the repository at this point in the history
  • Loading branch information
cervisebas committed Nov 27, 2022
1 parent 95c5589 commit 2277fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screens/Special/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default memo(function Special(_props: IProps) {
}
async function processNow() {
try {
if (!isDateBetweenExtended('05/11/2022', '01/01/3000', moment().format('DD/MM/YYYY'))) return;
if (!isDateBetweenExtended('05/12/2022', '01/01/3000', moment().format('DD/MM/YYYY'))) return;
const userData = await Directive.getDataLocal();
if (!!creators.find((v)=>v.toString()==userData.id)) showNow();
} catch {
Expand Down

0 comments on commit 2277fab

Please sign in to comment.