Skip to content

Commit c219635

Browse files
committed
CCM-10333 Lint fixes
1 parent 63161c3 commit c219635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test-team/helpers/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ export type CreateTemplatePayload = TypeSpecificProperties & {
3636
clientId: string;
3737
name: string;
3838
templateType: string;
39-
userId: string
39+
userId: string;
4040
};
4141

4242
export type UpdateTemplatePayload = TypeSpecificProperties & {
4343
clientId: string;
4444
name: string;
4545
templateType: string;
4646
templateStatus: string;
47-
userId: string
47+
userId: string;
4848
};
4949

5050
export type Template = TypeSpecificProperties & {
@@ -57,5 +57,5 @@ export type Template = TypeSpecificProperties & {
5757
templateType: string;
5858
templateStatus: string;
5959
owner: string;
60-
userId: string
60+
userId: string;
6161
};

0 commit comments

Comments
 (0)