Skip to content

Commit

Permalink
[SELC-5299] fix: typo in field name (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
empassaro authored Jul 22, 2024
1 parent cc78303 commit f9f207c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class OnboardingService {
public static final String ACTIVATED_AT_FIELD = "activatedAt";
public static final String DELETED_AT_FIELD = "deletedAt";
public static final String CREATED_AT = "createdAt";
private static final String WORKFLOW_TYPE = "workFlowType";
private static final String WORKFLOW_TYPE = "workflowType";

@RestClient
@Inject
Expand Down

0 comments on commit f9f207c

Please sign in to comment.