Skip to content

Commit

Permalink
chore: add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jan 15, 2025
1 parent 5806040 commit e3ecd99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/events/src/service/files/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function getFieldDefinitionForActionDataField(
logger.error('Failed to find active form configuration', {
actionType
})

throw new Error('Failed to find active form configuration')
}

Expand All @@ -64,6 +65,7 @@ export async function presignFilesInEvent(event: EventDocument, token: string) {
logger.error('Failed to find configuration for event', {
event: event.type
})

throw new Error('Failed to find configuration for event')
}

Expand Down Expand Up @@ -160,6 +162,7 @@ async function presignFiles(
status: res.status,
text: await res.text()
})

throw new Error('Failed to presign files')
}

Expand Down

0 comments on commit e3ecd99

Please sign in to comment.