[fix] remove special day
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
import { openURL } from "src/ts/storage/globalApi";
|
import { openURL } from "src/ts/storage/globalApi";
|
||||||
|
|
||||||
let specialDay = ''
|
let specialDay = ''
|
||||||
specialDay = 'newYear' // for testing
|
|
||||||
const today = new Date()
|
const today = new Date()
|
||||||
if (today.getMonth() === 11 && today.getDate() >= 19 && today.getDate() <= 25) {
|
if (today.getMonth() === 11 && today.getDate() >= 19 && today.getDate() <= 25) {
|
||||||
specialDay = 'christmas'
|
specialDay = 'christmas'
|
||||||
|
|||||||
Reference in New Issue
Block a user