Skip to content

Commit

Permalink
all: extend december challenge (fixes #8044) (#8046)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Mutugiii and dogi authored Jan 7, 2025
1 parent 773fca5 commit b768259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.38",
"version": "0.16.39",
"myplanet": {
"latest": "v0.21.74",
"min": "v0.20.74"
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/dialogs/dialogs-announcement.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { planetAndParentId } from '../../manager-dashboard/reports/reports.utils
export const includedCodes = [ 'guatemala', 'san.pablo', 'xela', 'okuro', 'uriur', 'mutugi', 'vi' ];
export const challengeCourseId = '4e6b78800b6ad18b4e8b0e1e38a98cac';
export const examId = '4e6b78800b6ad18b4e8b0e1e38b382ab';
export const challengePeriod = (new Date() > new Date(2024, 10, 31)) && (new Date() < new Date(2024, 12, 1));
export const challengePeriod = (new Date() > new Date(2024, 10, 31)) && (new Date() < new Date(2025, 0, 16));

@Component({
template: `
Expand Down

0 comments on commit b768259

Please sign in to comment.