Skip to content

Commit

Permalink
fix: string
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Aug 5, 2023
1 parent 42120b9 commit c6ae7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ export type SimulateTransactionDetails = {
};

export enum SIMULATION_FLAG {
SKIP_VALIDATE = "SKIP_VALIDATE",
SKIP_EXECUTE = "SKIP_EXECUTE",
SKIP_VALIDATE = 'SKIP_VALIDATE',
SKIP_EXECUTE = 'SKIP_EXECUTE',
}

0 comments on commit c6ae7bd

Please sign in to comment.