Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnigs committed Oct 3, 2024
1 parent edc5cec commit 019e133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import {
ApplicationTypes,
} from '@island.is/application/types'

const nationalId = '1234564321'
let id = 0
// const nationalId = '1234564321'
// let id = 0

const sendMail = () => ({
messageId: 'some id',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
} from './accident-notification-v2.utils'
import { AccidentreportsApi } from '@island.is/clients/icelandic-health-insurance/rights-portal'
import { Auth, AuthMiddleware } from '@island.is/auth-nest-tools'
import { MinarsidurAPIModelsMethodResponseDTO } from 'libs/clients/icelandic-health-insurance/rights-portal/gen/fetch'

const SIX_MONTHS_IN_SECONDS_EXPIRES = 6 * 30 * 24 * 60 * 60

Expand Down Expand Up @@ -142,7 +141,7 @@ export class AccidentNotificationService extends BaseTemplateApiService {
this.attachmentProvider,
)

let successfulAttachments: Array<MinarsidurAPIModelsMethodResponseDTO> = []
let successfulAttachments = []

try {
const promises = newAttachments.map((attachment) => {
Expand Down

0 comments on commit 019e133

Please sign in to comment.