Skip to content

Commit

Permalink
chore: Update invoice generation parameters for month and recipient
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 4, 2025
1 parent ffb5086 commit cce69e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/invoice/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import fs from "node:fs";
import easyinvoice, { type InvoiceData } from "easyinvoice";

// Only Update these values
const forYogi = true;
const month = "12";
const forYogi = false;
const month = "2";
const year = "2025";

const amountPerAccount = 190;
Expand Down

0 comments on commit cce69e8

Please sign in to comment.