Skip to content

Commit 239a774

Browse files
CCM-12666: Fix linting
1 parent b83f91a commit 239a774

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tests/accessibility/pa11y-setup.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ import path from 'node:path';
44
import { DynamoDBClient } from '@aws-sdk/client-dynamodb';
55
import { PutCommand, DynamoDBDocumentClient } from '@aws-sdk/lib-dynamodb';
66
import { generate } from 'generate-password';
7-
import { TemplateStatus, TemplateType, VirusScanStatus } from 'nhs-notify-backend-client';
8-
import { LetterTemplate, NHSAppTemplate, EmailTemplate, SMSTemplate } from 'nhs-notify-web-template-management-utils';
7+
import {
8+
TemplateStatus,
9+
TemplateType,
10+
VirusScanStatus,
11+
} from 'nhs-notify-backend-client';
12+
import { LetterTemplate } from 'nhs-notify-web-template-management-utils';
913
import { BackendConfigHelper } from 'nhs-notify-web-template-management-util-backend-config';
1014
import { TestUserClient } from './test-user-client';
1115

@@ -84,7 +88,7 @@ const generateDigitalTemplateData = (
8488
templateStatus,
8589
...(templateType === 'EMAIL' && {
8690
subject: 'template-subject',
87-
})
91+
}),
8892
};
8993
};
9094

0 commit comments

Comments
 (0)