Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/submit-follow' into submit-follow
Browse files Browse the repository at this point in the history
# Conflicts:
#	test/unit/state/hal-forms.ts
  • Loading branch information
reda-alaoui committed Sep 23, 2024
2 parents 68fdca6 + ca57c51 commit 1e9e360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/state/hal-forms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { factory } from '../../../src/state/hal';
import { Action, Client, Field } from '../../../src';
import { HalFormsProperty } from 'hal-types';

type CompareAction = Omit<Omit<Action, 'submit' | 'field'>, 'submitFollow'>;
type CompareAction = Omit<Action, 'submit' | 'field' | 'submitFollow'>;

describe('HAL forms', () => {

Expand Down

0 comments on commit 1e9e360

Please sign in to comment.