Skip to content

Commit

Permalink
chore: autoGenNextBatch
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed May 9, 2024
1 parent 2b0e209 commit 57d72ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/Batch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export type CreateBatch = {
export type CreateBatchOrder = {
recipient: Address;
mergeVariables?: Record<string, string>;
autoGenNextBatch?: boolean;
};

export class Batch {
Expand Down Expand Up @@ -145,6 +146,7 @@ export class Batch {
{
recipient: order.recipient,
mergeVariables: order.mergeVariables,
autoGenNextBatch: order.autoGenNextBatch,
},
);

Expand Down

0 comments on commit 57d72ef

Please sign in to comment.