Skip to content

Commit

Permalink
Bump fiscal year
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 12, 2023
1 parent c3097e0 commit 900ae8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cache.js
Expand Up @@ -7,8 +7,8 @@ const _ = require('lodash');

const API_URL = 'https://next.obudget.org/api/query?query=';
const DOC_URL = 'https://next.obudget.org/get/';
const YEAR = 2022;
const PROPOSAL_YEAR = 2023;
const YEAR = 2023;
const PROPOSAL_YEAR = 2025;
const BUDGET_CODE = '0020670142';

const RETURNS_CONDITION = `
Expand Down

0 comments on commit 900ae8c

Please sign in to comment.