Skip to content

Commit

Permalink
Make linter h
Browse files Browse the repository at this point in the history
appy
  • Loading branch information
loicsaintroch committed Jan 5, 2024
1 parent f73966e commit 888766d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 1 addition & 8 deletions backend/src/database/repositories/memberRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3452,14 +3452,7 @@ class MemberRepository {
}

static async createOrUpdateWorkExperience(
{
memberId,
organizationId,
source,
title = null,
dateStart = null,
dateEnd = null,
},
{ memberId, organizationId, source, title = null, dateStart = null, dateEnd = null },
options: IRepositoryOptions,
) {
const seq = SequelizeRepository.getSequelize(options)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ export default class MemberEnrichmentService extends LoggerBase {
await this.options.temporal.workflow.start('memberUpdate', {
taskQueue: 'profiles',
workflowId: `${TemporalWorkflowId.MEMBER_UPDATE}/${this.options.currentTenant.id}/${result.id}`,
workflowIdReusePolicy: WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING,
workflowIdReusePolicy:
WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING,
retry: {
maximumAttempts: 10,
},
Expand Down

0 comments on commit 888766d

Please sign in to comment.