Skip to content

Commit

Permalink
Update funding campaign end date to 31 May
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed Apr 21, 2024
1 parent aaa4e4b commit 632e9f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class FundingCampaignChecker {
private static final long FUNDING_CAMPAIGN_START = 1703160000000L;
private static final long FUNDING_CAMPAIGN_END = 1711972800000L;
private static final long FUNDING_CAMPAIGN_END = 1717200000000L;

public static boolean campaignRunning() {
long currentTime = System.currentTimeMillis();
Expand Down

0 comments on commit 632e9f5

Please sign in to comment.