Skip to content

Commit

Permalink
Merge pull request #20 from cabinetoffice/GAP-2132-submission-export-fix
Browse files Browse the repository at this point in the history
GAP-2132 changing usersub to String
  • Loading branch information
dominicwest authored Aug 28, 2023
2 parents dd55f5c + ed600ed commit d7190ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import java.time.ZonedDateTime;
import java.util.List;
import java.util.UUID;

@Data
@Builder
Expand All @@ -23,6 +22,6 @@ public class LambdaSubmissionDefinition {

private List<SubmissionSection> sections;

private UUID userId;
private String userId;

}

0 comments on commit d7190ef

Please sign in to comment.