Skip to content

Commit

Permalink
Transition to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
avgupta456 committed Jan 13, 2024
1 parent f39dbfe commit 3ace8a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/deploy/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ instance_class: F1
#prevents creating additional instances
automatic_scaling:
min_instances: 0
max_instances: 8
max_instances: 1

env_variables:
PROD: true
2 changes: 1 addition & 1 deletion backend/src/routers/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def get_user_raw(
async def get_wrapped_user_raw(
response: Response,
user_id: str,
year: int = 2023,
year: int = 2024,
access_token: Optional[str] = None,
) -> WrappedPackage:
await update_keys()
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export const BACKEND_URL = PROD
? 'https://api.githubtrends.io'
: 'http://localhost:8000';

export const CURR_YEAR = 2023;
export const CURR_YEAR = 2024;

1 comment on commit 3ace8a7

@vercel
Copy link

@vercel vercel bot commented on 3ace8a7 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.