Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedziwiatr committed Mar 6, 2023
1 parent 89428bb commit baa1ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modules/StateEvaluator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class EvalStateResult<State> {
readonly state: State,
readonly validity: Record<string, boolean>,
readonly errorMessages: Record<string, string>
) { }
) {}
}

export type UnsafeClientOptions = 'allow' | 'skip' | 'throw';
Expand Down

0 comments on commit baa1ee8

Please sign in to comment.