Skip to content

Commit

Permalink
Update src/libs/API/parameters/DismissViolationParams.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aldo Canepa Garay <87341702+aldo-expensify@users.noreply.github.com>
  • Loading branch information
rlinoz and aldo-expensify authored Jul 16, 2024
1 parent cf2e2c8 commit 3d6dbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/API/parameters/DismissViolationParams.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type DismissViolationParams = {
name: string;
transactionIDList: string;
reportActionIDList?: string;
reportActionIDList: string;
};

export default DismissViolationParams;

0 comments on commit 3d6dbdc

Please sign in to comment.