Skip to content

Commit

Permalink
update Fall sums for GAS/GSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Arzangulyan authored Aug 4, 2024
1 parent 140fce0 commit 6f1581f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export const Stipend = {
gas: {
only4: 2941,
miss: 2941,
with4and5: 3382,
only5: 3677,
only4: 3091,
miss: 3091,
with4and5: 3555,
only5: 3865,
},
pgas: 13685,
gss: 4413,
gss: 4638,
pgss: 14364,
};

Expand Down

0 comments on commit 6f1581f

Please sign in to comment.